Home | History | Annotate | Download | only in out

Lines Matching refs:Thread

66   r6  rSELF     self (Thread) pointer
82 /* save/restore the PC and/or FP from the thread struct */
265 * r0 Thread* self
286 LOAD_PC_FP_FROM_SELF() @ load rPC and rFP from "thread"
342 * r0 Thread* self
588 * Return a 32-bit value. Copies the return value into the "thread"
604 * Return a 64-bit value. Copies the return value into the "thread"
621 * Return a 32-bit value. Copies the return value into the "thread"
1056 * Throw an exception object in the current thread.
1065 str r1, [rSELF, #offThread_exception] @ thread->exception<- obj
7625 * TUNING: could maintain two tables, pointer in Thread and
26703 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
26785 .global dvmJitResumeTranslation @ (Thread* self, u4* dFP)
27069 SAVE_PC_FP_TO_SELF() @ copy of pc/fp to Thread
27091 mov r2,rSELF @ r2<- self (Thread) pointer
27132 * State registers will be saved to the "thread" area before bailing
27136 SAVE_PC_FP_TO_SELF() @ export state to "thread"
27352 ldr r9, [rSELF, #offThread_jniLocal_topCookie]@r9<-thread->localRef->...
27700 LOAD_PC_FP_FROM_SELF() @ pull rPC and rFP out of thread