/art/runtime/interpreter/ |
D | interpreter.cc | 66 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/ |
D | task_processor.cc | 42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local 49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
|
D | heap.cc | 878 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/ |
D | signal_catcher.cc | 107 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local 152 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
D | thread_list.cc | 234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local 446 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
|
D | cha.cc | 267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
|
D | runtime.cc | 639 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
|
D | monitor.cc | 514 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
|
D | thread.cc | 2504 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 2527 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
D | class_linker.cc | 3148 ScopedThreadStateChange tsc(self, kNative); in FindClass() local 7758 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods() local
|
/art/runtime/gc/space/ |
D | space_test.h | 240 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 289 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
|
D | mark_sweep.cc | 1200 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1722 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local
|