Home | History | Annotate | Download | only in mips

Lines Matching refs:null_value

1007   Register null_value = t1;
1008 __ LoadRoot(null_value, Heap::kNullValueRootIndex);
1009 __ Branch(&exit, eq, a0, Operand(null_value));
1034 __ CheckEnumCache(null_value, &call_runtime);