Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dproperty-details.h150 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); } in IsSmiOrTagged() function
Dlithium.h438 if (representation.IsSmiOrTagged()) { in AddValue()
Dhydrogen-instructions.cc1755 if (to().IsSmiOrTagged() && in InferRange()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.cc813 DCHECK(instr->representation().IsSmiOrTagged()); in DoArithmeticT()
814 DCHECK(left->representation().IsSmiOrTagged()); in DoArithmeticT()
815 DCHECK(right->representation().IsSmiOrTagged()); in DoArithmeticT()
1246 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
1705 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2372 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-arm64.cc1301 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc1667 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1668 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1730 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoIsObjectAndBranch()
2054 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2291 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-x87.cc786 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
793 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1660 DCHECK(instr->left()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1661 DCHECK(instr->right()->representation().IsSmiOrTagged()); in DoCompareGeneric()
1724 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoIsObjectAndBranch()
2052 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2287 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-ia32.cc523 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
530 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc2001 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2157 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2215 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-mips.cc445 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
497 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
522 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.cc1999 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2155 DCHECK(instr->representation().IsSmiOrTagged() || in DoLoadKeyed()
2214 DCHECK(instr->value()->representation().IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-mips64.cc390 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
442 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
469 DCHECK(r.IsSmiOrTagged()); in ToRepresentation_donotuse()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc2050 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2208 DCHECK(instr->representation().IsSmiOrTagged()); in DoLoadKeyed()
2266 DCHECK(instr->value()->representation().IsSmiOrTagged()); in DoStoreKeyed()
Dlithium-codegen-arm.cc448 DCHECK(r.IsSmiOrTagged()); in EmitLoadRegister()
502 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
527 DCHECK(r.IsSmiOrTagged()); in ToRepresentation()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc2007 DCHECK(input_rep.IsSmiOrTagged()); in DoClampToUint8()
2268 DCHECK(value_representation.IsSmiOrTagged() || in DoStoreKeyed()
Dlithium-codegen-x64.cc446 DCHECK(SmiValuesAre31Bits() && r.IsSmiOrTagged()); in ToRepresentation()
473 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()