Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 14 of 14) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc64 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
73 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
80 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
87 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
94 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
105 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
114 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
124 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
132 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
139 ScopedThreadStateChange tsc(self, ThreadState::kNative); in InterpreterJni() local
[all …]
/art/runtime/
Dsignal_catcher.cc112 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kWaitingForSignalCatcherOutput); in Output() local
161 ScopedThreadStateChange tsc(self, ThreadState::kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dcha.cc251 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dthread_list.cc230 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
462 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
Druntime.cc693 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kNativeForAbort); in Abort() local
881 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kNative); in CallExitHook() local
1146 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForMethodTracingStart); in Start() local
Dmonitor.cc519 ScopedThreadSuspension tsc(self, ThreadState::kBlocked); in Lock() local
Dclass_linker.cc7482 ScopedThreadStateChange tsc(self_, ThreadState::kSuspended); in ClobberOldMethods() local
/art/runtime/gc/
Dtask_processor.cc42 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForTaskProcessor); in GetTask() local
Dheap.cc991 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in IncrementDisableMovingGC() local
1014 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
1073 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1642 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
2129 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2205 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2776 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in CollectGarbageInternal() local
3652 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in WaitForGcToComplete() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc330 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local
1053 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() local
1792 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local
2101 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
Dmark_sweep.cc1200 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
Dmark_compact.cc4389 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/openjdkjvmti/
Dti_stack.cc377 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/art/dex2oat/linker/
Doat_writer.cc1592 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local