Home
last modified time | relevance | path

Searched refs:IsSmiOrTagged (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc749 DCHECK(instr->representation().IsSmiOrTagged()); in DoArithmeticT()
750 DCHECK(left->representation().IsSmiOrTagged()); in DoArithmeticT()
751 DCHECK(right->representation().IsSmiOrTagged()); in DoArithmeticT()
1186 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
1547 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2144 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-arm64.cc1153 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/
Dproperty-details.h176 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); } in IsSmiOrTagged() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1598 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1599 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1946 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2112 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-ia32.cc425 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
432 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1601 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1602 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1945 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2114 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-x87.cc693 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
700 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/
Dlithium.h450 if (representation.IsSmiOrTagged()) { in AddValue()
Dhydrogen-instructions.cc1700 if (to().IsSmiOrTagged() && in InferRange()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc1937 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2034 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2083 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-arm.cc415 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
469 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
494 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1889 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
1984 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2034 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-mips64.cc416 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
468 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
495 DCHECK(r.IsSmiOrTagged()); in ToRepresentation_donotuse()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1886 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
1981 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2030 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-mips.cc433 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
485 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
510 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1926 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2117 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-x64.cc464 DCHECK(SmiValuesAre31Bits() && r.IsSmiOrTagged()); in ToRepresentation()
491 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc423 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
457 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
482 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
Dlithium-ppc.cc1916 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc407 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
438 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
459 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
Dlithium-s390.cc1735 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()