Home
last modified time | relevance | path

Searched refs:LookupLiteralRepresentation (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.cc395 Representation LChunk::LookupLiteralRepresentation( in LookupLiteralRepresentation() function in v8::internal::LChunk
Dlithium.h638 Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc378 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
417 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
441 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
447 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
452 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
490 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc395 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
434 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
458 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
464 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
469 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
505 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc399 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
435 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
461 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
467 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
472 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
508 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1051 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
1082 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand32()
1144 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
1163 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
1168 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32Constant()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc373 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
412 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
417 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
421 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
452 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc391 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
433 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
439 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
444 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
480 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc425 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32Constant()
430 return chunk_->LookupLiteralRepresentation(op).IsExternal(); in IsExternalConstant()
441 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmiConstant()
482 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc424 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
444 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
449 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc692 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
712 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
717 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()