Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc43 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
52 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
59 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
66 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
73 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
85 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
94 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
105 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
113 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
120 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni()
[all …]
/art/runtime/
Dscoped_thread_state_change.h34 class ScopedThreadStateChange {
36 ScopedThreadStateChange(Thread* self, ThreadState new_thread_state) in ScopedThreadStateChange() function
62 ~ScopedThreadStateChange() LOCKS_EXCLUDED(Locks::thread_suspend_count_lock_) ALWAYS_INLINE { in LOCKS_EXCLUDED()
89 ScopedThreadStateChange() in ScopedThreadStateChange() function
101 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStateChange);
244 const ScopedThreadStateChange tsc_;
Dsignal_catcher.cc108 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output()
162 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal()
Dmonitor.cc256 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock()
672 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked()
Druntime.cc398 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook()
573 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start()
Dprofiler.cc236 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread()
Dthread.h1288 friend class ScopedThreadStateChange; variable
Dthread_list.cc187 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint()
Dthread.cc1462 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions()
1495 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup()
Dclass_linker.cc1780 ScopedThreadStateChange tsc(self, kNative); in FindClass()
/art/runtime/gc/
Dtask_processor.cc37 ScopedThreadStateChange tsc(self, kBlocked); in AddTask()
44 ScopedThreadStateChange tsc(self, kBlocked); in GetTask()
Dheap.cc618 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc()
738 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables()
1237 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TrimSpaces()
1666 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated()
1814 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
1817 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
1884 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
1890 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2387 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()
[all …]
/art/runtime/jdwp/
Djdwp_main.cc292 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create()
Djdwp_event.cc633 ScopedThreadStateChange stsc(self, kSuspended); in SendRequestAndPossiblySuspend()
/art/runtime/gc/collector/
Dconcurrent_copying.cc238 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots()
448 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueEmptyCheckpoint()
Dmark_sweep.cc1109 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()
/art/runtime/gc/space/
Dspace_test.h501 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()