Home | History | Annotate | Download | only in out

Lines Matching refs:Thread

1422      * Throw an exception object in the current thread.
1430 movl %eax,offThread_exception(%ecx) # thread->exception<- obj
25844 * bool dvmMterpStdRun(Thread* self)
25881 * void dvmMterpStdBail(Thread* self, bool changeInterp)
25891 * esp+4 (arg0) Thread* self
26401 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
26452 * expected profile: dvmMterpStdBail(Thread *self, bool changeInterp)