Home | History | Annotate | Download | only in ppc

Lines Matching refs:scratch1

135     Handle<Name> name, Register scratch0, Register scratch1) {
139 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
140 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
148 Register map = scratch1;
174 masm, miss_label, &done, receiver, properties, name, scratch1);
176 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
318 Handle<WeakCell> native_context_cell, Register scratch1, Register scratch2,
322 __ LoadP(scratch1, NativeContextMemOperand());
325 __ cmp(scratch1, scratch2);
331 __ LoadP(scratch1,
332 ContextMemOperand(scratch1, Context::SECURITY_TOKEN_INDEX));
335 __ cmp(scratch1, scratch2);
343 Register object_reg, Register holder_reg, Register scratch1,
349 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
351 !scratch2.is(scratch1));
357 __ mov(scratch1, Operand(validity_cell));
358 __ LoadP(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
359 __ CmpSmiLiteral(scratch1, Smi::FromInt(Map::kPrototypeChainValid), r0);
400 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1,
461 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1()));
493 __ LoadRoot(scratch1(), Heap::kNoInterceptorResultSentinelRootIndex);
494 __ cmp(r3, scratch1());