Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.h105 enum Tier : int8_t { kLiftoff, kTurbofan, kOther }; enumerator
127 bool is_liftoff() const { return tier_ == kLiftoff; } in is_liftoff()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1893 WasmCode::kLiftoff); in ExecuteCompilation()