Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h105 MaybeHandle<Code> CompileCWasmEntry(Isolate* isolate, wasm::FunctionSig* sig);
Dwasm-compiler.cc4984 MaybeHandle<Code> CompileCWasmEntry(Isolate* isolate, wasm::FunctionSig* sig) { in CompileCWasmEntry() function
/external/v8/src/wasm/
Dwasm-debug.cc725 compiler::CompileCWasmEntry(isolate, sig).ToHandleChecked(); in GetCWasmEntry()