Lines Matching refs:LocationOperand
270 int index = LocationOperand::cast(operand).index(); in RecordSafepoint()
280 Register reg = LocationOperand::cast(operand).GetRegister(); in RecordSafepoint()
352 LocationOperand::cast(source).index() >= in GetPushCompatibleMoves()
364 LocationOperand::cast(destination).index() >= in GetPushCompatibleMoves()
366 int index = LocationOperand::cast(destination).index(); in GetPushCompatibleMoves()
819 translation->StoreBoolStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
822 translation->StoreInt32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
825 translation->StoreUint32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
827 translation->StoreStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
833 translation->StoreDoubleStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()
836 translation->StoreFloatStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()