• Home
  • Raw
  • Download

Lines Matching refs:LConstantOperand

294     LConstantOperand* const_op = LConstantOperand::cast(op);  in EmitLoadRegister()
332 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister()
356 Handle<Object> LCodeGen::ToHandle(LConstantOperand* op) const { in ToHandle()
363 bool LCodeGen::IsInteger32(LConstantOperand* op) const { in IsInteger32()
368 int LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32()
377 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble()
385 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand()
521 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); in AddToTranslation()
961 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); in DoMulI()
1112 int value = ToInteger32(LConstantOperand::cast(right_op)); in DoShiftI()
1614 double left_val = ToDouble(LConstantOperand::cast(left)); in DoCmpIDAndBranch()
1615 double right_val = ToDouble(LConstantOperand::cast(right)); in DoCmpIDAndBranch()
1639 cmp_right = Operand(ToInteger32(LConstantOperand::cast(right))); in DoCmpIDAndBranch()
1642 cmp_right = Operand(ToInteger32(LConstantOperand::cast(left))); in DoCmpIDAndBranch()
2531 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFastDoubleElement()
2564 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedSpecializedArrayElement()
3481 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFastElement()
3521 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFastDoubleElement()
3562 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedSpecializedArrayElement()
3727 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); in DoDeferredStringCharCodeAt()