Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc66 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
75 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
82 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
89 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
96 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
107 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
116 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
126 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
134 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
141 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
[all …]
/art/runtime/gc/
Dtask_processor.cc42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
Dheap.cc878 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local
902 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
949 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1480 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
1490 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC() local
1918 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2064 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2593 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local
3420 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete() local
/art/runtime/
Dsignal_catcher.cc107 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
152 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dthread_list.cc234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
446 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
Dcha.cc267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Druntime.cc639 ScopedThreadStateChange tsc(Thread::Current(), kNativeForAbort); in Abort() local
697 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
969 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
Dmonitor.cc514 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
Dthread.cc2504 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
2527 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
Dclass_linker.cc3148 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
7758 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods() local
/art/runtime/gc/space/
Dspace_test.h240 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
/art/runtime/gc/collector/
Dconcurrent_copying.cc289 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local
748 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local
1027 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() local
1718 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local
2008 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
Dmark_sweep.cc1200 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/openjdkjvmti/
Dti_stack.cc373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/art/dex2oat/linker/
Doat_writer.cc1722 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local