Searched refs:objectByHeapObjectId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptProfiler.h71 static ScriptObject objectByHeapObjectId(unsigned id);
H A DScriptProfiler.cpp104 ScriptObject ScriptProfiler::objectByHeapObjectId(unsigned id) function in class:WebCore::ScriptProfiler
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp296 ScriptObject heapObject = ScriptProfiler::objectByHeapObjectId(id);
H A DInspectorConsoleAgent.cpp334 return ScriptProfiler::objectByHeapObjectId(m_heapObjectId);

Completed in 560 milliseconds