Searched defs:FindOrAddEntry (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc2237 return filler_->FindOrAddEntry(obj, this);
2765 filler_->FindOrAddEntry(parent, native_entries_allocator_);
2771 filler_->FindOrAddEntry(child, native_entries_allocator_);
2863 filler_->FindOrAddEntry(info, native_entries_allocator_);
2868 filler_->FindOrAddEntry(group_info, synthetic_entries_allocator_);
2881 filler_->FindOrAddEntry(info, native_entries_allocator_);
2900 filler_->FindOrAddEntry(group_info, native_entries_allocator_);
2930 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { function in class:v8::internal::SnapshotCounter
2983 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { function in class:v8::internal::SnapshotFiller

Completed in 50 milliseconds