Home | History | Annotate | Download | only in mips

Lines Matching defs:receiver_map

1210   Register receiver_map = a3;
1220 __ lw(receiver_map, FieldMemOperand(receiver, HeapObject::kMapOffset));
1223 __ lbu(t0, FieldMemOperand(receiver_map, Map::kBitFieldOffset));
1227 __ lbu(t0, FieldMemOperand(receiver_map, Map::kInstanceTypeOffset));
1308 __ CheckFastObjectElements(receiver_map, scratch_value,
1354 receiver_map,
1357 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1366 receiver_map,
1369 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3
1380 receiver_map,
1383 ASSERT(receiver_map.is(a3)); // Transition code expects map in a3