Lines Matching refs:t0
131 ld t0, THREAD_TOP_QUICK_FRAME_OFFSET(a0) // uintptr_t tagged_quick_frame
132 andi t0, t0, ~TAGGED_JNI_SP_MASK // ArtMethod** sp
133 ld t0, (t0) // ArtMethod* method
134 lw t0, ART_METHOD_ACCESS_FLAGS_OFFSET(t0) // uint32_t access_flags
136 and t0, t0, t1
137 bnez t0, .Llookup_stub_fast_or_critical_native
145 mv t0, a0 // store result in a temp reg.
150 beqz t0, 1f // is method code null?
151 jr t0 // if non-null, tail call to method code.
162 andi t6, t0, 1
167 SAVE_GPR t0, (ALL_ARGS_SIZE + 0)
171 mv a0, t0 // a0 := method (from hidden arg)
179 RESTORE_GPR t0, (ALL_ARGS_SIZE + 0)
265 lw t2, ART_METHOD_ACCESS_FLAGS_OFFSET(t0) // Load access flags.
275 LOAD_RUNTIME_INSTANCE t0
276 ld t0, RUNTIME_SAVE_REFS_AND_ARGS_METHOD_OFFSET(t0)
282 sd t0, (fp)
295 mv t0, a0
339 beqz t0, .Lcritical_deliver_exception
358 jr t0
441 LOAD_RUNTIME_INSTANCE t0
442 ld t0, RUNTIME_SAVE_ALL_CALLEE_SAVES_METHOD_OFFSET(t0)
443 sd t0, (fp)
493 LOCK_OBJECT_FAST_PATH t0, art_jni_lock_object_no_inline, /*can_be_null*/ 0
511 mv a0, t0 // Pass the object to lock.
541 UNLOCK_OBJECT_FAST_PATH t0, art_jni_unlock_object_no_inline, /*can_be_null*/ 0
553 JNI_SAVE_RETURN_VALUE_TRAMPOLINE art_jni_unlock_object_no_inline, artJniUnlockObject, t0, xSELF