Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc1095 void JavaScriptFrame::CollectFunctionAndOffsetForICStats(JSFunction* function, in CollectFunctionAndOffsetForICStats() function in v8::internal::JavaScriptFrame
1132 CollectFunctionAndOffsetForICStats(function, function->abstract_code(), in CollectTopFrameForICStats()
Dframes.h1098 static void CollectFunctionAndOffsetForICStats(JSFunction* function,
/external/v8/src/ic/
Dic.cc153 JavaScriptFrame::CollectFunctionAndOffsetForICStats( in TraceIC()