Home
last modified time | relevance | path

Searched refs:compile_lazy (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dmodule-compiler.cc418 bool compile_lazy(const WasmModule* module) { in compile_lazy() function
734 if (compile_lazy(wasm_module)) { in CompileNativeModule()
/external/v8/src/
Dcounters.h1274 AHT(compile_lazy, V8.CompileLazyMicroSeconds)
Dcompiler.cc1060 AggregatedHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Compile()
Dapi.cc2130 i::AggregatingHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Run()
2315 i::AggregatingHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Evaluate()