HomeSort by relevance Sort by last modified time
    Searched refs:ScopedThreadStateChange (Results 1 - 11 of 11) sorted by null

  /art/runtime/
scoped_thread_state_change.h 30 class ScopedThreadStateChange {
32 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
64 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE {
92 ScopedThreadStateChange()
103 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
120 class ScopedObjectAccessUnchecked : public ScopedThreadStateChange {
124 : ScopedThreadStateChange(ThreadForEnv(env), kRunnable),
131 : ScopedThreadStateChange(self, kRunnable),
140 : ScopedThreadStateChange(), env_(NULL), vm_(reinterpret_cast<JavaVMExt*>(vm)) {}
signal_catcher.cc 103 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput);
164 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop);
thread.h 815 friend class ScopedThreadStateChange;
monitor.cc 210 ScopedThreadStateChange tsc(self, kBlocked);
    [all...]
thread.cc     [all...]
runtime.cc 236 ScopedThreadStateChange tsc(Thread::Current(), kNative);
    [all...]
class_linker.cc     [all...]
jni_internal.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 241 ScopedThreadStateChange tsc(self, kNative);
250 ScopedThreadStateChange tsc(self, kNative);
257 ScopedThreadStateChange tsc(self, kNative);
264 ScopedThreadStateChange tsc(self, kNative);
271 ScopedThreadStateChange tsc(self, kNative);
282 ScopedThreadStateChange tsc(self, kNative);
291 ScopedThreadStateChange tsc(self, kNative);
300 ScopedThreadStateChange tsc(self, kNative);
307 ScopedThreadStateChange tsc(self, kNative);
314 ScopedThreadStateChange tsc(self, kNative)
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 294 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 921 milliseconds