Searched defs:wasm_engine (Results 1 – 7 of 7) sorted by relevance
| /external/v8/src/wasm/ |
| D | function-compiler.cc | 159 WasmEngine* wasm_engine, CompilationEnv* env, in ExecuteFunctionCompilation() 295 Isolate* isolate, WasmEngine* wasm_engine, const FunctionSig* sig, in JSToWasmWrapperCompilationUnit()
|
| D | wasm-serialization.cc | 617 WasmEngine* wasm_engine = isolate->wasm_engine(); in DeserializeNativeModule() local
|
| D | module-compiler.cc | 1235 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/ |
| D | asm-js.cc | 325 const auto& wasm_engine = isolate->wasm_engine(); in InstantiateAsmWasm() local
|
| /external/v8/src/compiler/ |
| D | pipeline.cc | 182 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()
|
| D | wasm-compiler.cc | 7208 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/ |
| D | isolate.h | 1588 wasm::WasmEngine* wasm_engine() const { return wasm_engine_.get(); } in wasm_engine() function
|