dart-sdk/runtime/observatory/web
Ryan Macnak b1c09ecd8f [vm] Make naming more consistent when converting between handles, tagged and untagged pointers.
Currently we have things called XPtr which are not what you get from ptr().

Old world:
handle->raw() returns RawObject* (tagged)
raw_obj->ptr() returns RawObject* (untagged)

After 6fe15f6df9:
handle->raw() returns ObjectPtr
obj_ptr->ptr() returns ObjectLayout*

New world:
handle->ptr() returns ObjectPtr
obj_ptr->untag() returns UntaggedObject*

TEST=ci
Change-Id: I6c7f34014cf20737607caaf84979838300d12df2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149367
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
2021-01-15 23:32:02 +00:00
..
third_party [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
favicon.ico [Observatory] Updated Dart icon to new colour scheme 2019-01-16 22:14:51 +00:00
index.html [observatory] Remove usage of package:charted. 2020-04-15 20:35:45 +00:00
main.dart [vm, service, observatory] Bang Bang (My Type System Shot Me Down). 2020-10-14 18:16:27 +00:00
timeline.html [observatory] Update Catapult to 3b3069e9b4a3220962b5bb1c21de02e35f4c2d84. 2020-02-14 20:26:22 +00:00
timeline.js [observatory] Use month numbers ranging from 1-12 in the timeline default filename 2019-12-18 23:17:11 +00:00
timeline_message_handler.js [ Observatory ] Fix issue where timeline would hang if CPU profiling was disabled. 2019-11-26 22:00:20 +00:00