/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 | 925 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local 949 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local 996 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local 1536 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local 1546 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC() local 1976 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local 2061 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local 2600 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local 3450 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 | 225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local 437 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
|
D | cha.cc | 267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
|
D | runtime.cc | 654 ScopedThreadStateChange tsc(Thread::Current(), kNativeForAbort); in Abort() local 718 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local 990 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
|
D | monitor.cc | 518 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
|
D | thread.cc | 2514 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local 2537 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
|
D | class_linker.cc | 2934 ScopedThreadStateChange tsc(self, kNative); in FindClass() local 7713 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 | 310 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local 770 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local 1049 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() local 1768 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local 2058 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 | 1730 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local
|