Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc146 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
155 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
162 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
169 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
176 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
187 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
196 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
206 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
213 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
220 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
[all …]
/art/runtime/
Dsignal_catcher.cc105 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
175 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dmonitor.cc260 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
688 ScopedThreadStateChange tsc(self, kBlocked); in InflateThinLocked() local
Druntime.cc321 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
854 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Init() local
Dprofiler.cc235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread() local
Dthread.cc1258 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
1291 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
Djni_internal.cc3341 ScopedThreadStateChange tsc(self, kNative); in LoadNativeLibrary() local
Dclass_linker.cc2188 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
/art/runtime/gc/
Dheap.cc539 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local
659 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local
973 ScopedThreadStateChange tsc(self, kSleeping); in DoPendingTransitionOrTrim() local
1032 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in Trim() local
1052 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in Trim() local
1597 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
1600 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact() local
1668 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local
1674 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TransitionCollector() local
2140 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local
[all …]
/art/runtime/jdwp/
Djdwp_main.cc284 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
/art/runtime/gc/space/
Dspace_test.h466 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
/art/runtime/gc/collector/
Dmark_sweep.cc992 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local