Home | History | Annotate | Download | only in mips

Lines Matching refs:scratch0

67                                                 Register scratch0,
74 // scratch0: used to holds the receiver map.
82 __ GetObjectType(receiver, scratch0, scratch1);
91 __ lbu(scratch1, FieldMemOperand(scratch0, Map::kBitFieldOffset));
98 __ LoadRoot(scratch0, Heap::kHashTableMapRootIndex);
99 __ Branch(miss, ne, scratch1, Operand(scratch0));