Home
last modified time | relevance | path

Searched refs:map_space_first_page (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
Dheap-constants.cc20 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownObject()
32 if (heap_addresses.map_space_first_page == 0) { in FindKnownObject()
60 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownMapInstanceTypes()
75 if (heap_addresses.map_space_first_page == 0) { in FindKnownMapInstanceTypes()
Ddebug-helper.h171 uintptr_t map_space_first_page; member
Dget-object-properties.cc609 any_uncompressed_ptr = heap_addresses.map_space_first_page; in GetHeapObjectPropertiesMaybeCompressed()