Searched refs:liftoff_unit_ (Results 1 – 2 of 2) sorted by relevance
92 if (liftoff_unit_->ExecuteCompilation(detected)) break; in ExecuteCompilation()108 ret = liftoff_unit_->FinishCompilation(thrower); in FinishCompilation()132 DCHECK(!liftoff_unit_); in SwitchMode()133 liftoff_unit_.reset(new LiftoffCompilationUnit(this)); in SwitchMode()137 liftoff_unit_.reset(); in SwitchMode()
118 std::unique_ptr<LiftoffCompilationUnit> liftoff_unit_; variable