Home | History | Annotate | Download | only in mips64

Lines Matching defs:null_value

6989   Register null_value = a5;
7003 LoadRoot(null_value, Heap::kNullValueRootIndex);
7027 Branch(&next, ne, a2, Operand(null_value));
7157 Branch(&end, eq, current, Operand(factory->null_value()));
7170 Branch(&loop_again, ne, current, Operand(factory->null_value()));