Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc364 code = compiler::CompileWasmFunction(thrower, isolate, &module_env, func, in Instantiate()
472 Handle<Code> code = compiler::CompileWasmFunction( in CompileAndRunWasmModule()
/external/v8/src/compiler/
Dwasm-compiler.h36 Handle<Code> CompileWasmFunction(wasm::ErrorThrower& thrower, Isolate* isolate,
Dwasm-compiler.cc1952 Handle<Code> CompileWasmFunction(wasm::ErrorThrower& thrower, Isolate* isolate, in CompileWasmFunction() function