Searched refs:CompileCWasmEntry (Results 1 – 3 of 3) sorted by relevance
105 MaybeHandle<Code> CompileCWasmEntry(Isolate* isolate, wasm::FunctionSig* sig);
4984 MaybeHandle<Code> CompileCWasmEntry(Isolate* isolate, wasm::FunctionSig* sig) { in CompileCWasmEntry() function
725 compiler::CompileCWasmEntry(isolate, sig).ToHandleChecked(); in GetCWasmEntry()