Lines Matching refs:cast
440 int index = LocationOperand::cast(operand).index();
450 Register reg = LocationOperand::cast(operand).GetRegister();
518 LocationOperand::cast(source).index() >=
530 LocationOperand::cast(destination).index() >=
532 int index = LocationOperand::cast(destination).index();
568 DCHECK(LocationOperand::cast(source)->IsCompatible(
569 LocationOperand::cast(destination)));
590 DCHECK(LocationOperand::cast(source)->IsCompatible(
591 LocationOperand::cast(destination)));
784 return Handle<PodArray<InliningPosition>>::cast(
1107 translation->StoreBoolStackSlot(LocationOperand::cast(op)->index());
1110 translation->StoreInt32StackSlot(LocationOperand::cast(op)->index());
1113 translation->StoreUint32StackSlot(LocationOperand::cast(op)->index());
1116 translation->StoreStackSlot(LocationOperand::cast(op)->index());
1120 translation->StoreDoubleStackSlot(LocationOperand::cast(op)->index());
1123 translation->StoreFloatStackSlot(LocationOperand::cast(op)->index());