Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc421 FindOrAddEntry(addr, size, false); in UpdateObjectSize()
436 SnapshotObjectId HeapObjectsMap::FindOrAddEntry(Address addr, in FindOrAddEntry() function in v8::internal::HeapObjectsMap
479 FindOrAddEntry(obj->address(), obj->Size()); in UpdateHeapObjectsMap()
861 SnapshotObjectId object_id = heap_object_map_->FindOrAddEntry( in AddEntry()
888 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) { in FindOrAddEntry() function in v8::internal::SnapshotFiller
1519 filler_->FindOrAddEntry(buffer->backing_store(), &allocator); in ExtractJSArrayBufferReferences()
1678 return filler_->FindOrAddEntry(obj, this); in GetEntry()
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()
[all …]
Dallocation-tracker.cc235 SnapshotObjectId id = ids_->FindOrAddEntry( in AllocationEvent()
Dheap-snapshot-generator.h223 SnapshotObjectId FindOrAddEntry(Address addr,