Home
last modified time | relevance | path

Searched refs:const_op (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Dlithium-codegen-arm.cc314 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
315 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() local
352 Handle<Object> literal = chunk_->LookupLiteral(const_op); in ToOperand()
353 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc294 LConstantOperand* const_op = LConstantOperand::cast(op); in ToImmediate() local
295 Handle<Object> literal = chunk_->LookupLiteral(const_op); in ToImmediate()
296 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToImmediate()
/external/v8/src/x64/
Dlithium-codegen-x64.cc3798 LConstantOperand* const_op = LConstantOperand::cast(operand); in EmitPushConstantOperand() local
3799 Handle<Object> literal = chunk_->LookupLiteral(const_op); in EmitPushConstantOperand()
3800 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitPushConstantOperand()