Lines Matching defs:thread
29 #include "thread.h"
39 ScopedObjectAccess soa(Thread::Current());
141 Thread* thread = Thread::Current();
142 thread->TransitionFromSuspendedToRunnable();
145 JNIEnv* env = thread->GetJniEnv();
177 // Set up thread to appear as if we called out of method_g_ at pc dex 3
178 thread->SetTopOfStack(&fake_stack[0], method_g_->ToNativePc(dex_pc)); // return pc
194 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[5]));
195 thread->PushShadowFrame(reinterpret_cast<ShadowFrame*>(&fake_stack[0]));
198 jobject internal = thread->CreateInternalStackTrace(soa);
200 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(env, internal);
221 thread->SetTopOfStack(NULL, 0); // Disarm the assertion that no code is running when we detach.
223 thread->PopShadowFrame();
224 thread->PopShadowFrame();