Searched refs:LiftoffCompilationUnit (Results 1 – 4 of 4) sorted by relevance
19 class LiftoffCompilationUnit final {21 explicit LiftoffCompilationUnit(WasmCompilationUnit* wasm_unit) in LiftoffCompilationUnit() function33 DISALLOW_COPY_AND_ASSIGN(LiftoffCompilationUnit);
1842 bool LiftoffCompilationUnit::ExecuteCompilation(WasmFeatures* detected) { in ExecuteCompilation()1899 WasmCode* LiftoffCompilationUnit::FinishCompilation(ErrorThrower*) { in FinishCompilation()
24 class LiftoffCompilationUnit; variable106 friend class LiftoffCompilationUnit;118 std::unique_ptr<LiftoffCompilationUnit> liftoff_unit_;
133 liftoff_unit_.reset(new LiftoffCompilationUnit(this)); in SwitchMode()