Home | History | Annotate | Download | only in s390

Lines Matching refs:scratch1

130     Handle<Name> name, Register scratch0, Register scratch1) {
134 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
135 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
143 Register map = scratch1;
167 masm, miss_label, &done, receiver, properties, name, scratch1);
169 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
307 Handle<WeakCell> native_context_cell, Register scratch1, Register scratch2,
311 __ LoadP(scratch1, NativeContextMemOperand());
314 __ CmpP(scratch1, scratch2);
320 __ LoadP(scratch1,
321 ContextMemOperand(scratch1, Context::SECURITY_TOKEN_INDEX));
324 __ CmpP(scratch1, scratch2);
332 Register object_reg, Register holder_reg, Register scratch1,
338 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
340 !scratch2.is(scratch1));
346 __ mov(scratch1, Operand(validity_cell));
347 __ LoadP(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
348 __ CmpSmiLiteral(scratch1, Smi::FromInt(Map::kPrototypeChainValid), r0);
384 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1,
443 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1()));