Home
last modified time | relevance | path

Searched refs:ObjectIsDuplicateAt (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h481 DCHECK(ObjectIsDuplicateAt(index)); in ObjectDuplicateOfAt()
486 DCHECK(!ObjectIsDuplicateAt(index)); in ObjectLengthAt()
491 DCHECK(!ObjectIsDuplicateAt(index)); in ObjectIsArgumentsAt()
495 bool ObjectIsDuplicateAt(int index) { in ObjectIsDuplicateAt() function
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc556 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc609 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc251 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc633 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc607 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc905 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc595 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc577 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()