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.cc107 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kWaitingForSignalCatcherOutput); in Output() local
152 ScopedThreadStateChange tsc(self, ThreadState::kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Dcha.cc252 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dthread_list.cc225 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
437 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
Druntime.cc660 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kNativeForAbort); in Abort() local
771 ScopedThreadStateChange tsc(Thread::Current(), ThreadState::kNative); in CallExitHook() local
1043 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForMethodTracingStart); in Start() local
Dmonitor.cc519 ScopedThreadSuspension tsc(self, ThreadState::kBlocked); in Lock() local
Dthread.cc2617 ScopedThreadStateChange tsc(this, ThreadState::kNative); in HandleUncaughtExceptions() local
2640 ScopedThreadStateChange tsc(soa.Self(), ThreadState::kNative); in RemoveFromThreadGroup() local
Dclass_linker.cc2985 ScopedThreadStateChange tsc(self, ThreadState::kNative); in FindClass() local
6992 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.cc950 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in IncrementDisableMovingGC() local
974 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
1021 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1567 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
1577 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in StartGC() local
2008 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2093 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2655 ScopedThreadStateChange tsc(self, ThreadState::kWaitingPerformingGc); in CollectGarbageInternal() local
3515 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForGcToComplete); in WaitForGcToComplete() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc312 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local
775 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in FlipThreadRoots() local
1056 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() local
1793 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local
2097 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
Dmark_sweep.cc1200 ScopedThreadStateChange tsc(self, ThreadState::kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/openjdkjvmti/
Dti_stack.cc373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/art/dex2oat/linker/
Doat_writer.cc1772 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local