/art/runtime/interpreter/ |
D | interpreter.cc | 64 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 73 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 80 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 87 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 94 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 105 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 114 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 124 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 132 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local 139 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 | 732 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local 766 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local 790 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local 835 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local 1312 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local 1322 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC() local 1761 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local 1893 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local 1974 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local 2520 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local [all …]
|
/art/runtime/ |
D | signal_catcher.cc | 154 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local 215 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
|
D | cha.cc | 267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
|
D | thread_list.cc | 234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local 443 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
|
D | runtime.cc | 599 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local 842 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
|
D | monitor.cc | 466 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
|
D | thread.cc | 2298 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 2321 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
D | class_linker.cc | 2594 ScopedThreadStateChange tsc(self, kNative); in FindClass() local 6834 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods() local
|
/art/runtime/gc/space/ |
D | space_test.h | 239 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 413 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 256 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local 624 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local 1006 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local 1376 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
|
D | mark_sweep.cc | 1199 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 332 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1738 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local
|