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.cc2193 native_entries_allocator_( in NativeObjectsExplorer()
2256 filler_->FindOrAddEntry(parent, native_entries_allocator_.get()) in FillEdges()
2263 filler_->FindOrAddEntry(child, native_entries_allocator_.get()); in FillEdges()
2378 filler_->FindOrAddEntry(info, native_entries_allocator_.get()); in SetNativeRootReference()
2397 filler_->FindOrAddEntry(info, native_entries_allocator_.get()); in SetWrapperNativeReferences()
2413 filler_->FindOrAddEntry(group_info, native_entries_allocator_.get()); in SetRootNativeRootsReference()
Dheap-snapshot-generator.h549 std::unique_ptr<HeapEntriesAllocator> native_entries_allocator_; variable