Searched refs:ScopedInterruptibleGCCriticalSection (Results 1 – 4 of 4) sorted by relevance
61 ScopedInterruptibleGCCriticalSection::ScopedInterruptibleGCCriticalSection( in ScopedInterruptibleGCCriticalSection() function in art::gc::ScopedInterruptibleGCCriticalSection69 ScopedInterruptibleGCCriticalSection::~ScopedInterruptibleGCCriticalSection() { in ~ScopedInterruptibleGCCriticalSection()
65 class ScopedInterruptibleGCCriticalSection {67 ScopedInterruptibleGCCriticalSection(Thread* self, GcCause cause, CollectorType type);68 ~ScopedInterruptibleGCCriticalSection();
1620 friend class ScopedInterruptibleGCCriticalSection; variable
2979 gc::ScopedInterruptibleGCCriticalSection sigcs(self, in Run()