Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmove-optimizer.cc505 bool IsSlot(const InstructionOperand& op) { in IsSlot() function
514 if (IsSlot(a->destination()) && !IsSlot(b->destination())) return false; in LoadCompare()
515 if (!IsSlot(a->destination()) && IsSlot(b->destination())) return true; in LoadCompare()
533 if (move->source().IsConstant() || IsSlot(move->source())) { in FinalizeMoves()
550 if (IsSlot(group_begin->destination())) continue; in FinalizeMoves()