Home | History | Annotate | Download | only in mips

Lines Matching refs:call_runtime

5281 void MacroAssembler::CheckEnumCache(Register null_value, Label* call_runtime) {
5295 Branch(call_runtime, ne, a2, Operand(empty_fixed_array_value));
5302 JumpIfSmi(a3, call_runtime);
5308 JumpIfSmi(a3, call_runtime);
5314 Branch(call_runtime, ne, a3, Operand(empty_fixed_array_value));