/external/v8/src/x64/ |
D | code-stubs-x64.h | 203 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 214 DCHECK(!AreAliased(scratch0_, object_, address_, rcx)); in RegisterAllocation() 220 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 221 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save() 222 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.h | 211 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 222 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation() 228 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 229 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save() 230 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
|
D | macro-assembler-ia32.cc | 3010 bool AreAliased(Register reg1, in AreAliased() function 3137 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, ecx)); in HasColor() 3161 DCHECK(!AreAliased(addr_reg, mask_reg, bitmap_reg, ecx)); in GetMarkBits() 3186 DCHECK(!AreAliased(value, bitmap_scratch, mask_scratch, ecx)); in EnsureNotWhite()
|
D | macro-assembler-ia32.h | 35 bool AreAliased(Register reg1,
|
/external/v8/src/x87/ |
D | code-stubs-x87.h | 208 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 219 DCHECK(!AreAliased(scratch0_, object_, address_, ecx)); in RegisterAllocation() 225 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save() 226 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_)); in Save() 227 DCHECK(!AreAliased(object_, address_orig_, scratch1_, scratch0_)); in Save()
|
D | macro-assembler-x87.cc | 2970 bool AreAliased(Register reg1, in AreAliased() function 3097 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, ecx)); in HasColor() 3121 DCHECK(!AreAliased(addr_reg, mask_reg, bitmap_reg, ecx)); in GetMarkBits() 3146 DCHECK(!AreAliased(value, bitmap_scratch, mask_scratch, ecx)); in EnsureNotWhite()
|
D | codegen-x87.cc | 210 DCHECK(!AreAliased(receiver, key, value, target_map, scratch)); in GenerateMapChangeElementsTransition()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 48 DCHECK(!AreAliased(elements, name, scratch1, scratch2)); in GenerateDictionaryLoad() 49 DCHECK(!AreAliased(result, scratch1, scratch2)); in GenerateDictionaryLoad() 88 DCHECK(!AreAliased(elements, name, value, scratch1, scratch2)); in GenerateDictionaryStore() 131 DCHECK(!AreAliased(map_scratch, scratch)); in GenerateKeyedLoadReceiverCheck() 176 DCHECK(!AreAliased(receiver, key, elements, elements_map, scratch2)); in GenerateFastArrayLoad() 222 DCHECK(!AreAliased(key, map_scratch, hash_scratch)); in GenerateKeyNameCheck() 258 DCHECK(!AreAliased(object, key, map, scratch1, scratch2)); in GenerateMappedArgumentsLookup() 313 DCHECK(!AreAliased(key, parameter_map, scratch)); in GenerateUnmappedArgumentsLookup() 447 DCHECK(!AreAliased(key, receiver, scratch1, scratch2, scratch3, scratch4, in GenerateKeyedLoadWithSmiKey() 484 DCHECK(!AreAliased(key, receiver, scratch1, scratch2, scratch3, scratch4, in GenerateKeyedLoadWithNameKey() [all …]
|
D | handler-compiler-arm64.cc | 22 DCHECK(!AreAliased(receiver, scratch0, scratch1)); in GenerateDictionaryNegativeLookup() 141 DCHECK(!AreAliased(receiver, scratch)); in GenerateFastApiCall() 148 DCHECK(!AreAliased(receiver, scratch, arg)); in GenerateFastApiCall() 383 DCHECK(!AreAliased(receiver_reg, storage_reg, value_reg, scratch1, scratch2, in GenerateStoreTransition() 553 DCHECK(!AreAliased(object_reg, scratch1, scratch2)); in CheckPrototypes() 554 DCHECK(!AreAliased(holder_reg, scratch1, scratch2)); in CheckPrototypes() 692 DCHECK(!AreAliased(scratch2(), scratch3(), scratch4(), reg)); in GenerateLoadCallback() 746 DCHECK(!AreAliased(receiver(), this->name(), scratch1(), scratch2(), in GenerateLoadInterceptorWithFollowup() 827 DCHECK(!AreAliased(receiver(), scratch1(), scratch2(), value())); in CompileStoreCallback() 828 DCHECK(!AreAliased(holder_reg, scratch1(), scratch2(), value())); in CompileStoreCallback()
|
D | stub-cache-arm64.cc | 45 DCHECK(!AreAliased(name, offset, scratch, scratch2, scratch3)); in ProbeTable() 104 DCHECK(!AreAliased(receiver, name, scratch, extra, extra2, extra3)); in GenerateProbe()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 899 DCHECK(!AreAliased(dst0, dst1, dst2, dst3)); in Pop() 1463 DCHECK(!AreAliased(object, null_value, scratch0, scratch1, scratch2, in CheckEnumCache() 1932 DCHECK(!AreAliased(target, function)); in GetBuiltinEntry() 1985 DCHECK(!AreAliased(string, length, scratch1, scratch2)); in InitializeNewString() 2291 DCHECK(!AreAliased(object, result, scratch1, scratch2, scratch3)); in LookupNumberStringCache() 2449 DCHECK(!AreAliased(dst, src, in CopyFieldsLoopPairsHelper() 2488 DCHECK(!AreAliased(dst, src, scratch1, scratch2, scratch3, scratch4)); in CopyFieldsUnrolledPairsHelper() 2517 DCHECK(!AreAliased(dst, src, scratch1, scratch2, scratch3)); in CopyFieldsUnrolledHelper() 2546 DCHECK(!AreAliased(dst, src)); in CopyFields() 2593 DCHECK(!AreAliased(src, dst, length, scratch, tmp1, tmp2)); in CopyBytes() [all …]
|
D | codegen-arm64.cc | 114 DCHECK(!AreAliased(receiver, key, value, target_map)); in GenerateMapChangeElementsTransition() 153 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateSmiToDouble() 256 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateDoubleToObject() 519 DCHECK(!AreAliased(input, result, in EmitMathExp()
|
D | code-stubs-arm64.h | 180 DCHECK(!AreAliased(scratch, object, address)); in RegisterAllocation()
|
D | code-stubs-arm64.cc | 212 DCHECK(!AreAliased(left, right, scratch)); in EmitIdenticalObjectComparison() 300 DCHECK(!AreAliased(left, right, left_type, right_type, scratch)); in EmitStrictTwoHeapObjectCompare() 355 DCHECK(!AreAliased(left_d, right_d)); in EmitSmiNonsmiComparison() 427 DCHECK(!AreAliased(left, right, left_map, right_map, left_type, right_type)); in EmitCheckForInternalizedStringsOrObjects() 2642 DCHECK(!AreAliased(scratch1, scratch2, in GenerateRecordCallTarget() 3798 DCHECK(!AreAliased(left, right, scratch1, scratch2, scratch3)); in GenerateFlatOneByteStringEquals() 3837 DCHECK(!AreAliased(left, right, scratch1, scratch2, scratch3, scratch4)); in GenerateCompareFlatOneByteStrings() 3877 DCHECK(!AreAliased(left, right, length, scratch1, scratch2)); in GenerateOneByteCharsCompareLoop() 4363 DCHECK(!AreAliased(elements, name, scratch1, scratch2)); in GeneratePositiveLookup() 4440 DCHECK(!AreAliased(receiver, properties, scratch0)); in GenerateNegativeLookup() [all …]
|
D | lithium-codegen-arm64.cc | 2744 DCHECK(!AreAliased(dividend, result)); in DoDivByConstI() 2762 DCHECK(!AreAliased(dividend, result, temp)); in DoDivByConstI() 3422 DCHECK(!AreAliased(scratch, key)); in PrepareKeyedExternalArrayOperand() 3948 DCHECK(!AreAliased(dividend, result)); in DoFlooringDivByConstI() 3973 DCHECK(!AreAliased(temp, dividend, result)); in DoFlooringDivByConstI() 4119 DCHECK(!AreAliased(input, result, scratch_d)); in DoMathRoundD() 4282 DCHECK(!AreAliased(dividend, result, temp)); in DoModByConstI() 4387 DCHECK(!AreAliased(scratch, left)); in DoMulConstIS() 4498 if (AreAliased(result, left, right)) { in DoMulS()
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 186 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 191 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
|
D | codegen-arm.cc | 385 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateMapChangeElementsTransition() 427 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateSmiToDouble() 565 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateDoubleToObject()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.h | 230 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 235 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
|
D | codegen-mips64.cc | 562 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateMapChangeElementsTransition() 604 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateSmiToDouble() 747 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateDoubleToObject()
|
D | macro-assembler-mips64.cc | 178 DCHECK(!AreAliased(value, dst, t8, object)); in RecordWriteField() 308 DCHECK(!AreAliased(object, address, value, t8)); in RecordWrite() 309 DCHECK(!AreAliased(object, address, value, t9)); in RecordWrite() 5632 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, t8)); in HasColor() 5633 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, t9)); in HasColor() 5657 DCHECK(!AreAliased(value, scratch, t8, no_reg)); in JumpIfDataObject() 5676 DCHECK(!AreAliased(addr_reg, bitmap_reg, mask_reg, no_reg)); in GetMarkBits() 5698 DCHECK(!AreAliased(value, bitmap_scratch, mask_scratch, t8)); in EnsureNotWhite() 5980 bool AreAliased(Register reg1, in AreAliased() function
|
/external/v8/src/mips/ |
D | code-stubs-mips.h | 228 DCHECK(!AreAliased(scratch0, object, address, no_reg)); in RegisterAllocation() 233 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_)); in Save()
|
D | macro-assembler-mips.cc | 175 DCHECK(!AreAliased(value, dst, t8, object)); in RecordWriteField() 305 DCHECK(!AreAliased(object, address, value, t8)); in RecordWrite() 306 DCHECK(!AreAliased(object, address, value, t9)); in RecordWrite() 5649 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, t8)); in HasColor() 5650 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, t9)); in HasColor() 5679 DCHECK(!AreAliased(value, scratch, t8, no_reg)); in JumpIfDataObject() 5698 DCHECK(!AreAliased(addr_reg, bitmap_reg, mask_reg, no_reg)); in GetMarkBits() 5716 DCHECK(!AreAliased(value, bitmap_scratch, mask_scratch, t8)); in EnsureNotWhite() 5995 bool AreAliased(Register reg1, in AreAliased() function
|
D | codegen-mips.cc | 667 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateMapChangeElementsTransition() 710 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateSmiToDouble() 855 DCHECK(!AreAliased(receiver, key, value, target_map, in GenerateDoubleToObject()
|
/external/v8/test/cctest/ |
D | test-utils-arm64.cc | 399 DCHECK(!AreAliased(dump_base, dump, tmp, dump2_base, dump2)); in Dump()
|
/external/vixl/test/ |
D | test-utils-a64.cc | 437 VIXL_ASSERT(!AreAliased(dump_base, dump, tmp, dump2_base, dump2)); in Dump()
|