Lines Matching refs:scratch1
134 Handle<Name> name, Register scratch0, Register scratch1) { in GenerateDictionaryNegativeLookup() argument
138 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1); in GenerateDictionaryNegativeLookup()
139 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); in GenerateDictionaryNegativeLookup()
147 Register map = scratch1; in GenerateDictionaryNegativeLookup()
171 masm, miss_label, &done, receiver, properties, name, scratch1); in GenerateDictionaryNegativeLookup()
173 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1); in GenerateDictionaryNegativeLookup()
311 Handle<WeakCell> native_context_cell, Register scratch1, Register scratch2, in GenerateAccessCheck() argument
315 __ ld(scratch1, NativeContextMemOperand()); in GenerateAccessCheck()
320 __ Branch(&done, eq, scratch1, Operand(scratch2)); in GenerateAccessCheck()
323 __ ld(scratch1, ContextMemOperand(scratch1, Context::SECURITY_TOKEN_INDEX)); in GenerateAccessCheck()
326 __ Branch(miss, ne, scratch1, Operand(scratch2)); in GenerateAccessCheck()
332 Register object_reg, Register holder_reg, Register scratch1, in CheckPrototypes() argument
338 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg)); in CheckPrototypes()
340 !scratch2.is(scratch1)); in CheckPrototypes()
346 __ li(scratch1, Operand(validity_cell)); in CheckPrototypes()
347 __ ld(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset)); in CheckPrototypes()
348 __ Branch(miss, ne, scratch1, in CheckPrototypes()
384 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1, in CheckPrototypes()
445 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1())); in GenerateLoadInterceptorWithFollowup()
477 __ LoadRoot(scratch1(), Heap::kNoInterceptorResultSentinelRootIndex); in GenerateLoadInterceptorWithFollowup()
478 __ Branch(&interceptor_failed, eq, v0, Operand(scratch1())); in GenerateLoadInterceptorWithFollowup()