Home
last modified time | relevance | path

Searched refs:RecordFunctionCompilation (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.cc277 void RecordFunctionCompilation(CodeEventListener::LogEventsAndTags tag, in RecordFunctionCompilation() function
464 RecordFunctionCompilation(CodeEventListener::FUNCTION_TAG, info); in FinalizeUnoptimizedCompilationJob()
680 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, info); in GetUnoptimizedCode()
758 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, info); in GetOptimizedCodeNow()
961 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, info); in FinalizeOptimizedCompilationJob()
1045 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, &info); in GetBaselineCode()
1457 RecordFunctionCompilation(CodeEventListener::LAZY_COMPILE_TAG, in EnsureDeoptimizationSupport()
/external/v8/src/compiler/
Dwasm-compiler.cc3707 static void RecordFunctionCompilation(CodeEventListener::LogEventsAndTags tag, in RecordFunctionCompilation() function
3797 RecordFunctionCompilation(CodeEventListener::FUNCTION_TAG, isolate, code, in CompileJSToWasmWrapper()
3882 RecordFunctionCompilation( in CompileWasmToJSWrapper()
3946 RecordFunctionCompilation(CodeEventListener::FUNCTION_TAG, isolate, code, in CompileWasmInterpreterEntry()
4138 RecordFunctionCompilation(CodeEventListener::FUNCTION_TAG, isolate_, code, in FinishCompilation()