Home | History | Annotate | Download | only in out

Lines Matching refs:Thread

1825     call        dvmLockObject           # call: (struct Thread* self,
1874 call dvmUnlockObject # call: (struct Thread* self,
2359 * Description: Throw an exception object in the current thread.
2372 movl rINST, offThread_exception(%ecx) # thread->exception<- object
27227 * Check to see if the thread needs to be suspended or debugger/profiler
27259 call dvmCheckSuspendPending # call: (Thread* self)
27273 * Check to see if the thread needs to be suspended or debugger/profiler
27302 call dvmCheckSuspendPending # call: (Thread* self)
27497 movl offThread_jniLocal_topCookie(%edx), %ecx # %ecx<- glue->self->thread->refNext
27536 call dvmHandleStackOverflow # call: (Thread* self, Method *meth)
27572 call dvmCheckSuspendPending # call: (Thread* self)
27620 # call: (Object* obj, Thread* self)
27650 call dvmFindCatchBlock # call: (Thread* self, int relPc, Object* exception,
27668 call dvmCleanupStackOverflow # call: (Thread* self, Object* exception)
27694 call dvmReleaseTrackedAlloc # call: (Object* obj, Thread* self)
27718 call dvmCleanupStackOverflow # call: (Thread* self, Object* exception)
27731 call dvmReleaseTrackedAlloc # call: (Object* obj, Thread* self)