Searched refs:RecordFunctionCompilation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | compiler.cc | 277 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/ |
D | wasm-compiler.cc | 3707 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()
|