Home
last modified time | relevance | path

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

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