Home | History | Annotate | Download | only in arm

Lines Matching full:constant_source

236     LConstantOperand* constant_source = LConstantOperand::cast(source);
239 Representation r = cgen_->IsSmi(constant_source)
241 if (cgen_->IsInteger32(constant_source)) {
242 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
244 __ Move(dst, cgen_->ToHandle(constant_source));
248 double v = cgen_->ToDouble(constant_source);
254 Representation r = cgen_->IsSmi(constant_source)
256 if (cgen_->IsInteger32(constant_source)) {
258 Operand(cgen_->ToRepresentation(constant_source, r)));
260 __ Move(kSavedValueRegister, cgen_->ToHandle(constant_source));