Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline.h67 static wasm::WasmCompilationResult GenerateCodeForWasmNativeStub(
Dwasm-compiler.cc8036 return Pipeline::GenerateCodeForWasmNativeStub( in CompileWasmMathIntrinsic()
8100 wasm::WasmCompilationResult result = Pipeline::GenerateCodeForWasmNativeStub( in CompileWasmImportCallWrapper()
8146 wasm::WasmCompilationResult result = Pipeline::GenerateCodeForWasmNativeStub( in CompileWasmCapiCallWrapper()
8200 wasm::WasmCompilationResult result = Pipeline::GenerateCodeForWasmNativeStub( in CompileWasmJSFastCallWrapper()
Dpipeline.cc3014 wasm::WasmCompilationResult Pipeline::GenerateCodeForWasmNativeStub( in GenerateCodeForWasmNativeStub() function in v8::internal::compiler::Pipeline