Lines Matching refs:LocationOperand
440 int index = LocationOperand::cast(operand).index(); in RecordSafepoint()
450 Register reg = LocationOperand::cast(operand).GetRegister(); in RecordSafepoint()
518 LocationOperand::cast(source).index() >= in GetPushCompatibleMoves()
530 LocationOperand::cast(destination).index() >= in GetPushCompatibleMoves()
532 int index = LocationOperand::cast(destination).index(); in GetPushCompatibleMoves()
568 DCHECK(LocationOperand::cast(source)->IsCompatible( in InferMove()
569 LocationOperand::cast(destination))); in InferMove()
590 DCHECK(LocationOperand::cast(source)->IsCompatible( in InferSwap()
591 LocationOperand::cast(destination))); in InferSwap()
1107 translation->StoreBoolStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
1110 translation->StoreInt32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
1113 translation->StoreUint32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
1116 translation->StoreStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
1120 translation->StoreDoubleStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
1123 translation->StoreFloatStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()