Lines Matching refs:Thread
33 determined when the thread is created.
176 * setting thread->interpStackStart).
178 bool dvmInitInterpStack(Thread* thread, int stackSize);
182 * "fake" native frames at the top of each thread stack.
184 bool dvmPushJNIFrame(Thread* thread, const Method* method);
189 bool dvmPushLocalFrame(Thread* thread, const Method* method);
190 bool dvmPopLocalFrame(Thread* thread);
199 void dvmCallMethod(Thread* self, const Method* method, Object* obj,
201 void dvmCallMethodV(Thread* self, const Method* method, Object* obj,
203 void dvmCallMethodA(Thread* self, const Method* method, Object* obj,
235 int dvmComputeVagueFrameDepth(Thread* thread, const void* fp);
272 extern "C" void dvmHandleStackOverflow(Thread* self, const Method* method);
273 extern "C" void dvmCleanupStackOverflow(Thread* self, const Object* exception);
276 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread);
277 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread);