Searched refs:heap_addresses (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/tools/debug_helper/ |
D | heap-constants.cc | 15 const d::HeapAddresses& heap_addresses) { in FindKnownObject() argument 20 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownObject() 23 if (containing_page == heap_addresses.old_space_first_page) { in FindKnownObject() 26 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownObject() 32 if (heap_addresses.map_space_first_page == 0) { in FindKnownObject() 38 if (heap_addresses.old_space_first_page == 0) { in FindKnownObject() 44 if (heap_addresses.read_only_space_first_page == 0) { in FindKnownObject() 55 uintptr_t address, const d::HeapAddresses& heap_addresses) { in FindKnownMapInstanceTypes() argument 60 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownMapInstanceTypes() 64 if (containing_page == heap_addresses.old_space_first_page) { in FindKnownMapInstanceTypes() [all …]
|
D | get-object-properties.cc | 156 const d::HeapAddresses& heap_addresses) { in GetTypedHeapObject() argument 180 FindKnownMapInstanceTypes(map_ptr.value, heap_addresses); in GetTypedHeapObject() 223 d::MemoryAccessor accessor, const d::HeapAddresses& heap_addresses, in Visit() argument 225 ReadStringVisitor visitor(accessor, heap_addresses); in Visit() 388 const d::HeapAddresses& heap_addresses) in ReadStringVisitor() argument 390 heap_addresses_(heap_addresses), in ReadStringVisitor() 469 const d::HeapAddresses& heap_addresses) { in Visit() argument 470 AddInfoVisitor visitor(accessor, heap_addresses); in Visit() 536 const d::HeapAddresses& heap_addresses) in AddInfoVisitor() argument 537 : accessor_(accessor), heap_addresses_(heap_addresses) {} in AddInfoVisitor() [all …]
|
D | heap-constants.h | 31 void FillInUnknownHeapAddresses(d::HeapAddresses* heap_addresses, 45 const d::HeapAddresses& heap_addresses); 66 uintptr_t address, const d::HeapAddresses& heap_addresses);
|
D | debug-helper.h | 197 const v8::debug_helper::HeapAddresses& heap_addresses, 234 const HeapAddresses& heap_addresses, const char* type_hint = nullptr) { 236 object, memory_accessor, heap_addresses, type_hint));
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
D | v8-debug-helper-interop.cc | 128 d::HeapAddresses heap_addresses = {0, 0, 0, 0}; in GetHeapObject() local 132 heap_addresses.any_heap_pointer = referring_pointer; in GetHeapObject() 135 heap_addresses, type_name); in GetHeapObject()
|