Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc64 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/
Dtask_processor.cc42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
Dheap.cc732 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/
Dsignal_catcher.cc154 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
215 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dcha.cc267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dthread_list.cc234 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
443 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
Druntime.cc599 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
842 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
Dmonitor.cc466 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
Dthread.cc2298 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
2321 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
Dclass_linker.cc2594 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
6834 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods() local
/art/runtime/gc/space/
Dspace_test.h239 ScopedThreadStateChange tsc(self, kNative); in SizeFootPrintGrowthLimitAndTrimBody()
/art/runtime/jdwp/
Djdwp_main.cc413 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc256 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
Dmark_sweep.cc1199 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/openjdkjvmti/
Dti_stack.cc332 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/art/dex2oat/linker/
Doat_writer.cc1738 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local