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

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptProfiler.cpp50 ScriptObject ScriptProfiler::objectByHeapObjectId(unsigned) function in class:WebCore::ScriptProfiler
H A DScriptProfiler.h60 static ScriptObject objectByHeapObjectId(unsigned id);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorHeapProfilerAgent.cpp208 ScriptObject heapObject = ScriptProfiler::objectByHeapObjectId(id);
H A DInspectorConsoleAgent.cpp341 return ScriptProfiler::objectByHeapObjectId(m_heapObjectId);
H A DInspectorProfilerAgent.cpp456 ScriptObject heapObject = ScriptProfiler::objectByHeapObjectId(id);

Completed in 112 milliseconds