Lines Matching refs:t9
2844 __ li(t9, pending_handler_entrypoint_address);
2845 __ lw(t9, MemOperand(t9));
2846 __ Jump(t9);
2999 __ li(t9, ExternalReference::is_profiling_address(isolate));
3000 __ lb(t9, MemOperand(t9, 0));
3001 __ Branch(&profiler_enabled, ne, t9, Operand(zero_reg));
3002 __ li(t9, ExternalReference::address_of_runtime_stats_flag());
3003 __ lw(t9, MemOperand(t9, 0));
3004 __ Branch(&profiler_enabled, ne, t9, Operand(zero_reg));
3007 __ mov(t9, function_address);
3013 __ li(t9, thunk_ref);
3025 __ StoreReturnAddressAndCall(t9);
3302 __ Call(t9); // Call the C++ function.
3303 __ lw(t9, MemOperand(sp, kCArgsSlotsSize)); // Return to calling code.
3309 __ lw(t0, MemOperand(t9));
3314 __ Jump(t9);
3395 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address.
3412 __ sltu(v1, t9, a0); // If a0 > t9, don't use next prefetch.
3557 __ Subu(t9, t0, pref_limit);
3578 __ sltu(v1, t9, a0);
3613 __ sltu(v1, t9, a0);