Home
last modified time | relevance | path

Searched defs:wasm_engine (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dfunction-compiler.cc159 WasmEngine* wasm_engine, CompilationEnv* env, in ExecuteFunctionCompilation()
295 Isolate* isolate, WasmEngine* wasm_engine, const FunctionSig* sig, in JSToWasmWrapperCompilationUnit()
Dwasm-serialization.cc617 WasmEngine* wasm_engine = isolate->wasm_engine(); in DeserializeNativeModule() local
Dmodule-compiler.cc1235 WasmEngine* wasm_engine; in ExecuteCompilationUnits() local
1321 int AddExportWrapperUnits(Isolate* isolate, WasmEngine* wasm_engine, in AddExportWrapperUnits()
3398 WasmEngine* wasm_engine, NativeModule* native_module, Counters* counters, in CompileImportWrapper()
/external/v8/src/asmjs/
Dasm-js.cc325 const auto& wasm_engine = isolate->wasm_engine(); in InstantiateAsmWasm() local
/external/v8/src/compiler/
Dpipeline.cc182 PipelineData(ZoneStats* zone_stats, wasm::WasmEngine* wasm_engine, in PipelineData()
985 wasm::WasmEngine* wasm_engine, wasm::FunctionBody function_body, in CreatePipelineStatistics()
1260 WasmHeapStubCompilationJob(Isolate* isolate, wasm::WasmEngine* wasm_engine, in WasmHeapStubCompilationJob()
1308 Isolate* isolate, wasm::WasmEngine* wasm_engine, in NewWasmHeapStubCompilationJob()
2908 wasm::WasmEngine* wasm_engine, CallDescriptor* call_descriptor, in GenerateCodeForWasmNativeStub()
3115 OptimizedCompilationInfo* info, wasm::WasmEngine* wasm_engine, in GenerateCodeForWasmFunction()
Dwasm-compiler.cc7208 Isolate* isolate, wasm::WasmEngine* wasm_engine, in NewJSToWasmCompilationJob()
7413 wasm::WasmEngine* wasm_engine, WasmImportCallKind kind, in CompileWasmMathIntrinsic()
7478 wasm::WasmEngine* wasm_engine, wasm::CompilationEnv* env, in CompileWasmImportCallWrapper()
7535 wasm::WasmCode* CompileWasmCapiCallWrapper(wasm::WasmEngine* wasm_engine, in CompileWasmCapiCallWrapper()
7829 wasm::WasmEngine* wasm_engine, wasm::CompilationEnv* env, in ExecuteTurbofanWasmCompilation()
/external/v8/src/execution/
Disolate.h1588 wasm::WasmEngine* wasm_engine() const { return wasm_engine_.get(); } in wasm_engine() function