Home | History | Annotate | Download | only in s390

Lines Matching refs:scratch0

130     Handle<Name> name, Register scratch0, Register scratch1) {
132 DCHECK(!receiver.is(scratch0));
134 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
135 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
145 __ LoadlB(scratch0, FieldMemOperand(map, Map::kBitFieldOffset));
146 __ AndP(r0, scratch0, Operand(kInterceptorOrAccessCheckNeededMask));
151 __ LoadlB(scratch0, FieldMemOperand(map, Map::kInstanceTypeOffset));
152 __ CmpP(scratch0, Operand(FIRST_JS_RECEIVER_TYPE));
156 Register properties = scratch0;
169 __ DecrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);