Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.h77 Handle<HeapObject> FindHeapObjectById(SnapshotObjectId id);
Dheap-profiler.cc212 Handle<HeapObject> HeapProfiler::FindHeapObjectById(SnapshotObjectId id) { in FindHeapObjectById() function in v8::internal::HeapProfiler
/external/v8/src/
Dapi.cc9952 reinterpret_cast<i::HeapProfiler*>(this)->FindHeapObjectById(id); in FindObjectById()