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

  /art/runtime/
scoped_thread_state_change.h 32 class ScopedThreadStateChange {
34 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
60 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE {
87 ScopedThreadStateChange()
99 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
250 const ScopedThreadStateChange tsc_;
signal_catcher.cc 105 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput);
175 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop);
monitor.cc 260 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_.
688 ScopedThreadStateChange tsc(self, kBlocked);
    [all...]
runtime.cc 321 ScopedThreadStateChange tsc(Thread::Current(), kNative);
854 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart);
    [all...]
profiler.cc 235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
thread.h     [all...]
thread.cc     [all...]
jni_internal.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 146 ScopedThreadStateChange tsc(self, kNative);
155 ScopedThreadStateChange tsc(self, kNative);
162 ScopedThreadStateChange tsc(self, kNative);
169 ScopedThreadStateChange tsc(self, kNative);
176 ScopedThreadStateChange tsc(self, kNative);
187 ScopedThreadStateChange tsc(self, kNative);
196 ScopedThreadStateChange tsc(self, kNative);
206 ScopedThreadStateChange tsc(self, kNative);
213 ScopedThreadStateChange tsc(self, kNative);
220 ScopedThreadStateChange tsc(self, kNative)
    [all...]
  /art/runtime/gc/
heap.cc 539 ScopedThreadStateChange tsc(self, kSuspended);
659 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete);
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 284 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach);
  /art/runtime/gc/space/
space_test.h 466 ScopedThreadStateChange tsc(self, kNative);
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]

Completed in 421 milliseconds