Searched refs:is_liftoff (Results 1 – 5 of 5) sorted by relevance
127 bool is_liftoff() const { return tier_ == kLiftoff; } in is_liftoff() function
226 os << "compiler: " << (is_liftoff() ? "Liftoff" : "TurboFan") << "\n"; in Disassemble()
820 DCHECK(!result->is_liftoff()); in RunInternal()
1021 wasm::ExecutionTier tier = frame->wasm_code()->is_liftoff() in RUNTIME_FUNCTION()1054 native_module->code(func_index)->is_liftoff()); in RUNTIME_FUNCTION()
89 return code->is_liftoff() ? "" : "*"; in ComputeMarker()