Home | History | Annotate | Download | only in mips

Lines Matching defs:null_value

6651   Register null_value = t1;
6665 LoadRoot(null_value, Heap::kNullValueRootIndex);
6689 Branch(&next, ne, a2, Operand(null_value));
6819 Branch(&end, eq, current, Operand(factory->null_value()));
6832 Branch(&loop_again, ne, current, Operand(factory->null_value()));