Home
last modified time | relevance | path

Searched refs:liftoff_unit_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dfunction-compiler.cc92 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()
Dfunction-compiler.h118 std::unique_ptr<LiftoffCompilationUnit> liftoff_unit_; variable