Home
last modified time | relevance | path

Searched refs:WasmCompilationUnit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.cc186 std::vector<compiler::WasmCompilationUnit*>* compilation_units, in FetchAndExecuteCompilationUnit()
187 std::queue<compiler::WasmCompilationUnit*>* executed_units, in FetchAndExecuteCompilationUnit()
200 compiler::WasmCompilationUnit* unit = compilation_units->at(index); in FetchAndExecuteCompilationUnit()
213 std::vector<compiler::WasmCompilationUnit*>* compilation_units, in WasmCompilationTask()
214 std::queue<compiler::WasmCompilationUnit*>* executed_units, in WasmCompilationTask()
234 std::vector<compiler::WasmCompilationUnit*>* compilation_units_;
235 std::queue<compiler::WasmCompilationUnit*>* executed_units_;
267 std::vector<compiler::WasmCompilationUnit*>& compilation_units, in InitializeParallelCompilation()
272 func->imported ? nullptr : new compiler::WasmCompilationUnit( in InitializeParallelCompilation()
279 std::vector<compiler::WasmCompilationUnit*>& compilation_units, in StartCompilationTasks()
[all …]
Dwasm-module.h28 class WasmCompilationUnit; variable
/external/v8/src/compiler/
Dwasm-compiler.h43 class WasmCompilationUnit final {
45 WasmCompilationUnit(wasm::ErrorThrower* thrower, Isolate* isolate,
59 WasmCompilationUnit unit(thrower, isolate, module_env, function, 0); in CompileWasmFunction()
81 DISALLOW_COPY_AND_ASSIGN(WasmCompilationUnit);
Dwasm-compiler.cc3313 SourcePositionTable* WasmCompilationUnit::BuildGraphForWasmFunction( in BuildGraphForWasmFunction()
3363 WasmCompilationUnit::WasmCompilationUnit(wasm::ErrorThrower* thrower, in WasmCompilationUnit() function in v8::internal::compiler::WasmCompilationUnit
3394 void WasmCompilationUnit::ExecuteCompilation() { in ExecuteCompilation()
3449 Handle<Code> WasmCompilationUnit::FinishCompilation() { in FinishCompilation()