Home
last modified time | relevance | path

Searched refs:CollectFunctionAndOffsetForICStats (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes.cc1172 void JavaScriptFrame::CollectFunctionAndOffsetForICStats(JSFunction* function, in CollectFunctionAndOffsetForICStats() function in v8::internal::JavaScriptFrame
1209 CollectFunctionAndOffsetForICStats(function, function->abstract_code(), in CollectTopFrameForICStats()
Dframes.h778 static void CollectFunctionAndOffsetForICStats(JSFunction* function,
/external/v8/src/ic/
Dic.cc136 JavaScriptFrame::CollectFunctionAndOffsetForICStats( in TraceIC()