Searched refs:ScopedThreadStateChange (Results 1 - 17 of 17) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change.h34 class ScopedThreadStateChange { class in namespace:art
36 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
62 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE {
89 ScopedThreadStateChange() function in class:art::ScopedThreadStateChange
101 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
244 const ScopedThreadStateChange tsc_;
H A Dsignal_catcher.cc108 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput);
162 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop);
H A Dmonitor.cc256 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_.
672 ScopedThreadStateChange tsc(self, kBlocked);
H A Druntime.cc398 ScopedThreadStateChange tsc(Thread::Current(), kNative);
573 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart);
H A Dprofiler.cc236 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
H A Dthread.h1288 friend class ScopedThreadStateChange;
H A Dthread_list.cc187 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
H A Dthread.cc1477 ScopedThreadStateChange tsc(this, kNative);
1510 ScopedThreadStateChange tsc(soa.Self(), kNative);
H A Dclass_linker.cc1780 ScopedThreadStateChange tsc(self, kNative);
/art/runtime/interpreter/
H A Dinterpreter.cc43 ScopedThreadStateChange tsc(self, kNative);
52 ScopedThreadStateChange tsc(self, kNative);
59 ScopedThreadStateChange tsc(self, kNative);
66 ScopedThreadStateChange tsc(self, kNative);
73 ScopedThreadStateChange tsc(self, kNative);
85 ScopedThreadStateChange tsc(self, kNative);
94 ScopedThreadStateChange tsc(self, kNative);
105 ScopedThreadStateChange tsc(self, kNative);
113 ScopedThreadStateChange tsc(self, kNative);
120 ScopedThreadStateChange ts
[all...]
/art/runtime/gc/
H A Dtask_processor.cc37 ScopedThreadStateChange tsc(self, kBlocked);
44 ScopedThreadStateChange tsc(self, kBlocked);
H A Dheap.cc618 ScopedThreadStateChange tsc(self, kSuspended);
738 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete);
1225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
1237 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete);
1666 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated);
1814 ScopedThreadStateChange tsc(self, kWaitingPerformingGc);
1817 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete);
1884 ScopedThreadStateChange tsc(self, kWaitingPerformingGc);
1890 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete);
2387 ScopedThreadStateChange ts
[all...]
/art/runtime/jdwp/
H A Djdwp_main.cc292 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach);
H A Djdwp_event.cc633 ScopedThreadStateChange stsc(self, kSuspended);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc238 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
448 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
H A Dmark_sweep.cc1109 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
/art/runtime/gc/space/
H A Dspace_test.h501 ScopedThreadStateChange tsc(self, kNative);

Completed in 580 milliseconds