Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-codegen-arm.cc438 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
439 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
441 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
473 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
474 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
476 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
547 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
548 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
549 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc377 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
378 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
380 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
415 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
416 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
418 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
489 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
490 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
491 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/mips/
Dlithium-codegen-mips.cc432 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadRegister() local
433 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
435 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
470 LConstantOperand* const_op = LConstantOperand::cast(op); in EmitLoadDoubleRegister() local
471 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
473 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
542 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
543 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
544 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc1205 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand() local
1206 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand()
1207 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
1236 LConstantOperand* const_op = LConstantOperand::cast(op); in ToOperand32() local
1237 HConstant* constant = chunk()->LookupConstant(const_op); in ToOperand32()
1238 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand32()