Home | History | Annotate | Download | only in mips

Lines Matching refs:next_probe

5934   Label next_probe[kProbes];
5964 __ jmp(&next_probe[i]);
5971 __ JumpIfInstanceTypeIsNotSequentialAscii(scratch, scratch, &next_probe[i]);
5975 __ Branch(&next_probe[i], ne, scratch, Operand(Smi::FromInt(2)));
5981 __ bind(&next_probe[i]);