Searched refs:const_op (Results 1 – 3 of 3) sorted by relevance
314 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local315 Handle<Object> literal = chunk_->LookupLiteral(const_op); in EmitLoadDoubleRegister()316 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()351 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local352 Handle<Object> literal = chunk_->LookupLiteral(const_op); in ToOperand()353 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
294 LConstantOperand* const_op = LConstantOperand::cast(op); in ToImmediate() local295 Handle<Object> literal = chunk_->LookupLiteral(const_op); in ToImmediate()296 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToImmediate()
3798 LConstantOperand* const_op = LConstantOperand::cast(operand); in EmitPushConstantOperand() local3799 Handle<Object> literal = chunk_->LookupLiteral(const_op); in EmitPushConstantOperand()3800 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitPushConstantOperand()