Home
last modified time | relevance | path

Searched refs:tsc (Results 1 – 14 of 14) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc43 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
52 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
59 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
66 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
73 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
85 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
94 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
105 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
113 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
120 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
[all …]
/art/runtime/gc/
Dtask_processor.cc37 ScopedThreadStateChange tsc(self, kBlocked); in AddTask() local
44 ScopedThreadStateChange tsc(self, kBlocked); in GetTask() local
Dheap.cc618 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local
738 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local
1225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
1237 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TrimSpaces() local
1666 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
1814 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
1884 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local
2387 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local
3172 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete() local
/art/runtime/
Dsignal_catcher.cc108 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
162 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dmonitor.cc256 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
672 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked() local
Druntime.cc398 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
573 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
Dprofiler.cc236 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread() local
Dthread_list.cc187 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dthread.cc1462 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
1495 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
Dclass_linker.cc1780 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
/art/runtime/jdwp/
Djdwp_main.cc292 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc238 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local
448 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueEmptyCheckpoint() local
Dmark_sweep.cc1109 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/runtime/gc/space/
Dspace_test.h501 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()