Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dmove-optimizer.cc499 bool IsSlot(const InstructionOperand& op) { in IsSlot() function
507 if (IsSlot(a->destination()) && !IsSlot(b->destination())) return false; in LoadCompare()
508 if (!IsSlot(a->destination()) && IsSlot(b->destination())) return true; in LoadCompare()
525 if (move->source().IsConstant() || IsSlot(move->source())) { in FinalizeMoves()
542 if (IsSlot(group_begin->destination())) continue; in FinalizeMoves()