Searched refs:SetRetainedObjectInfo (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/profiler/ |
H A D | heap-profiler.h | 66 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
H A D | heap-profiler.cc | 192 void HeapProfiler::SetRetainedObjectInfo(UniqueId id, function in class:v8::internal::HeapProfiler 195 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
|
/external/v8/include/ |
H A D | v8-profiler.h | 688 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
/external/v8/src/ |
H A D | global-handles.h | 262 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
H A D | global-handles.cc | 1299 void GlobalHandles::SetRetainedObjectInfo(UniqueId id,
|
H A D | api.cc | 8661 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 D | test-global-handles.cc | 203 global_handles->SetRetainedObjectInfo(UniqueId(2), &info2); 206 global_handles->SetRetainedObjectInfo(UniqueId(1), &info1);
|
Completed in 164 milliseconds