Home
last modified time | relevance | path

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

/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc47 return compiler::CompileJSToWasmWrapper(isolate, module, name, code, in WrapCode()
/external/v8/src/compiler/
Dwasm-compiler.h47 Handle<JSFunction> CompileJSToWasmWrapper(
Dwasm-compiler.cc1786 Handle<JSFunction> CompileJSToWasmWrapper( in CompileJSToWasmWrapper() function
/external/v8/src/wasm/
Dwasm-module.cc371 function = compiler::CompileJSToWasmWrapper(isolate, &module_env, name, in Instantiate()