Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.h643 static void CollectFunctionAndOffsetForICStats(JSFunction function,
Dframes.cc1464 void JavaScriptFrame::CollectFunctionAndOffsetForICStats(JSFunction function, in CollectFunctionAndOffsetForICStats() function in v8::internal::JavaScriptFrame
/third_party/node/deps/v8/src/ic/
Dic.cc170 JavaScriptFrame::CollectFunctionAndOffsetForICStats(function, code, in TraceIC()