Home
last modified time | relevance | path

Searched refs:is_liftoff (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-code-manager.h127 bool is_liftoff() const { return tier_ == kLiftoff; } in is_liftoff() function
Dwasm-code-manager.cc226 os << "compiler: " << (is_liftoff() ? "Liftoff" : "TurboFan") << "\n"; in Disassemble()
Dmodule-compiler.cc820 DCHECK(!result->is_liftoff()); in RunInternal()
/external/v8/src/runtime/
Druntime-test.cc1021 wasm::ExecutionTier tier = frame->wasm_code()->is_liftoff() in RUNTIME_FUNCTION()
1054 native_module->code(func_index)->is_liftoff()); in RUNTIME_FUNCTION()
/external/v8/src/
Dlog.cc89 return code->is_liftoff() ? "" : "*"; in ComputeMarker()