Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc49 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
58 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
65 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
72 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
79 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
91 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
100 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
111 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
119 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
126 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
[all …]
/art/runtime/gc/
Dtask_processor.cc37 ScopedThreadStateChange tsc(self, kBlocked); in AddTask() local
44 ScopedThreadStateChange tsc(self, kBlocked); in GetTask() local
Dheap.cc729 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc() local
840 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local
864 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
906 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1417 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
1435 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TrimSpaces() local
1871 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2028 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2104 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector() local
2625 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local
[all …]
/art/runtime/
Dsignal_catcher.cc108 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
162 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
Druntime.cc435 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
644 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
Dprofiler.cc238 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread() local
Dthread_list.cc212 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
Dmonitor.cc345 ScopedThreadStateChange tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
Dthread.cc1806 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
1839 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
Dclass_linker.cc2409 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
7121 ScopedThreadStateChange tsc(self, kSuspended); in LinkInterfaceMethods() local
/art/runtime/jdwp/
Djdwp_main.cc295 ScopedThreadStateChange tsc(self, kWaitingForDebuggerToAttach); in Create() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc278 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local
527 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local
564 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueEmptyCheckpoint() local
935 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
Dmark_sweep.cc1179 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/art/compiler/
Doat_writer.cc997 ScopedAssertNoThreadSuspension tsc(Thread::Current(), __FUNCTION__); in VisitMethod() local