Searched refs:SetRetainedObjectInfo (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/profiler/
H A Dheap-profiler.h66 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
H A Dheap-profiler.cc192 void HeapProfiler::SetRetainedObjectInfo(UniqueId id, function in class:v8::internal::HeapProfiler
195 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
/external/v8/include/
H A Dv8-profiler.h688 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
/external/v8/src/
H A Dglobal-handles.h262 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
H A Dglobal-handles.cc1299 void GlobalHandles::SetRetainedObjectInfo(UniqueId id,
H A Dapi.cc8661 void HeapProfiler::SetRetainedObjectInfo(UniqueId id, function in class:v8::HeapProfiler
8663 reinterpret_cast<i::HeapProfiler*>(this)->SetRetainedObjectInfo(id, info);
/external/v8/test/cctest/
H A Dtest-global-handles.cc203 global_handles->SetRetainedObjectInfo(UniqueId(2), &info2);
206 global_handles->SetRetainedObjectInfo(UniqueId(1), &info1);

Completed in 164 milliseconds