Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h65 SourcePositionTable* BuildGraphForWasmFunction(double* decode_ms);
Dwasm-compiler.cc3313 SourcePositionTable* WasmCompilationUnit::BuildGraphForWasmFunction( in BuildGraphForWasmFunction() function in v8::internal::compiler::WasmCompilationUnit
3409 SourcePositionTable* source_positions = BuildGraphForWasmFunction(&decode_ms); in ExecuteCompilation()