Lines Matching refs:scratch3
1479 Register scratch3, Register scratch4, in CheckEnumCache() argument
1481 DCHECK(!AreAliased(object, scratch0, scratch1, scratch2, scratch3, scratch4)); in CheckEnumCache()
1495 Register enum_length = scratch3; in CheckEnumCache()
3048 Register scratch3 = temps.AcquireX(); in Allocate() local
3050 DCHECK(!AreAliased(result, scratch1, scratch2, scratch3)); in Allocate()
3072 Register result_end = scratch3; in Allocate()
3264 Register scratch3, in AllocateTwoByteString() argument
3266 DCHECK(!AreAliased(result, length, scratch1, scratch2, scratch3)); in AllocateTwoByteString()
3275 Allocate(scratch1, result, scratch2, scratch3, gc_required, in AllocateTwoByteString()
3289 Register scratch3, in AllocateOneByteString() argument
3291 DCHECK(!AreAliased(result, length, scratch1, scratch2, scratch3)); in AllocateOneByteString()
3300 Allocate(scratch1, result, scratch2, scratch3, gc_required, in AllocateOneByteString()
3880 Register scratch3 = holder_reg; in CheckAccessGlobalProxy() local
3885 Ldr(scratch3, FieldMemOperand(scratch2, HeapObject::kMapOffset)); in CheckAccessGlobalProxy()
3886 CompareRoot(scratch3, Heap::kNativeContextMapRootIndex); in CheckAccessGlobalProxy()
3949 Register scratch3) { in LoadFromNumberDictionary() argument
3950 DCHECK(!AreAliased(elements, key, scratch0, scratch1, scratch2, scratch3)); in LoadFromNumberDictionary()
3979 Ldr(scratch3, in LoadFromNumberDictionary()
3982 Cmp(key, scratch3); in LoadFromNumberDictionary()