Lines Matching refs:liftoff
5 #include "src/wasm/baseline/liftoff-compiler.h"
24 #include "src/wasm/baseline/liftoff-assembler.h"
25 #include "src/wasm/baseline/liftoff-register.h"
51 if (FLAG_trace_liftoff) PrintF("[liftoff] " __VA_ARGS__); \
296 // --liftoff-only ensures that tests actually exercise the Liftoff path
298 // running any TurboFan code under --liftoff-only.
300 FATAL("--liftoff-only: treating bailout as fatal error. Cause: %s", detail);
303 // Missing CPU features are generally OK, except with --liftoff-only.
558 decoder->errorf(decoder->pc_offset(), "unsupported liftoff operation: %s",
741 __ Fill(budget_reg, liftoff::kTierupBudgetOffset, ValueKind::kI32);
761 __ Spill(liftoff::kTierupBudgetOffset, budget_reg, ValueKind::kI32);
845 __ Spill(liftoff::kFeedbackVectorOffset, tmp, kPointerKind);
856 __ Spill(liftoff::kTierupBudgetOffset, tmp, ValueKind::kI32);
987 __ Spill(liftoff::kTierupBudgetOffset,
2257 __ Fill(budget, liftoff::kTierupBudgetOffset, ValueKind::kI32);
5979 __ Fill(vector, liftoff::kFeedbackVectorOffset, kPointerKind);
6169 __ Fill(vector, liftoff::kFeedbackVectorOffset, kPointerKind);