Home
last modified time | relevance | path

Searched refs:native_entries_allocator_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2255 native_entries_allocator_ = in NativeObjectsExplorer()
2277 delete native_entries_allocator_; in ~NativeObjectsExplorer()
2324 filler_->FindOrAddEntry(parent, native_entries_allocator_)->index(); in FillEdges()
2330 filler_->FindOrAddEntry(child, native_entries_allocator_); in FillEdges()
2420 filler_->FindOrAddEntry(info, native_entries_allocator_); in SetNativeRootReference()
2441 filler_->FindOrAddEntry(info, native_entries_allocator_); in SetWrapperNativeReferences()
2459 filler_->FindOrAddEntry(group_info, native_entries_allocator_); in SetRootNativeRootsReference()
Dheap-snapshot-generator.h530 HeapEntriesAllocator* native_entries_allocator_; variable