Lines Matching refs:ScopedThreadStateChange
837 ScopedThreadStateChange tsc(self, kSuspended); in DisableMovingGc()
871 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
895 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip()
941 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin()
1460 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables()
1470 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
1910 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated()
2042 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
2048 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
2127 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
2136 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2705 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()
2718 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3539 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()