Lines Matching refs:LConstantOperand
324 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister()
362 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister()
388 Handle<Object> LCodeGen::ToHandle(LConstantOperand* op) const { in ToHandle()
395 bool LCodeGen::IsInteger32(LConstantOperand* op) const { in IsInteger32()
400 int LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32()
409 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble()
417 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand()
553 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); in AddToTranslation()
1162 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1309 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1763 double left_val = ToDouble(LConstantOperand::cast(left)); in DoCmpIDAndBranch()
1764 double right_val = ToDouble(LConstantOperand::cast(right)); in DoCmpIDAndBranch()
1780 Operand(ToInteger32(LConstantOperand::cast(right)))); in DoCmpIDAndBranch()
1783 Operand(ToInteger32(LConstantOperand::cast(left)))); in DoCmpIDAndBranch()
2653 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFastDoubleElement()
2687 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedSpecializedArrayElement()
3584 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFastElement()
3623 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFastDoubleElement()
3661 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedSpecializedArrayElement()
3816 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()