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

/external/v8/src/profiler/
H A Dheap-profiler.cc166 void HeapProfiler::SetRetainedObjectInfo(UniqueId id, function in class:v8::internal::HeapProfiler
169 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
/external/v8/src/
H A Dapi.cc8299 void HeapProfiler::SetRetainedObjectInfo(UniqueId id, function in class:v8::HeapProfiler
8301 reinterpret_cast<i::HeapProfiler*>(this)->SetRetainedObjectInfo(id, info);

Completed in 252 milliseconds