Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h177 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); } in IsSmiOrTagged() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc811 DCHECK(instr->representation().IsSmiOrTagged()); in DoArithmeticT()
812 DCHECK(left->representation().IsSmiOrTagged()); in DoArithmeticT()
813 DCHECK(right->representation().IsSmiOrTagged()); in DoArithmeticT()
1259 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
1672 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2322 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-arm64.cc1200 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/
Dlithium.h449 if (representation.IsSmiOrTagged()) { in AddValue()
Dhydrogen-instructions.cc1782 if (to().IsSmiOrTagged() && in InferRange()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1649 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1650 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
2036 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2260 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-ia32.cc534 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
541 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1655 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1656 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
2037 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2264 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-x87.cc802 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
809 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc1996 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2134 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2201 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-mips64.cc404 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
456 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
483 DCHECK(r.IsSmiOrTagged()); in ToRepresentation_donotuse()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc1993 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2131 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2197 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-mips.cc421 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
473 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
498 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2044 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2184 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2250 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-arm.cc421 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
475 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
500 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2005 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2255 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-x64.cc474 DCHECK(SmiValuesAre31Bits() && r.IsSmiOrTagged()); in ToRepresentation()
501 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc411 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
445 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
470 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
Dlithium-ppc.cc2009 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()