Lines Matching refs:Thread
66 r6 rSELF self (Thread) pointer
82 /* save/restore the PC and/or FP from the thread struct */
279 * r0 Thread* self
300 LOAD_PC_FP_FROM_SELF() @ load rPC and rFP from "thread"
356 * r0 Thread* self
600 * Return a 32-bit value. Copies the return value into the "thread"
616 * Return a 64-bit value. Copies the return value into the "thread"
633 * Return a 32-bit value. Copies the return value into the "thread"
1066 * Throw an exception object in the current thread.
1075 str r1, [rSELF, #offThread_exception] @ thread->exception<- obj
7261 * TUNING: could maintain two tables, pointer in Thread and
26182 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
26264 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
26548 SAVE_PC_FP_TO_SELF() @ copy of pc/fp to Thread
26570 mov r2,rSELF @ r2<- self (Thread) pointer
26611 * State registers will be saved to the "thread" area before bailing
26615 SAVE_PC_FP_TO_SELF() @ export state to "thread"
26831 ldr r9, [rSELF, #offThread_jniLocal_topCookie]@r9<-thread->localRef->...
27179 LOAD_PC_FP_FROM_SELF() @ pull rPC and rFP out of thread