Home
last modified time | relevance | path

Searched refs:ScopedInterruptibleGCCriticalSection (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.cc61 ScopedInterruptibleGCCriticalSection::ScopedInterruptibleGCCriticalSection( in ScopedInterruptibleGCCriticalSection() function in art::gc::ScopedInterruptibleGCCriticalSection
69 ScopedInterruptibleGCCriticalSection::~ScopedInterruptibleGCCriticalSection() { in ~ScopedInterruptibleGCCriticalSection()
Dscoped_gc_critical_section.h65 class ScopedInterruptibleGCCriticalSection {
67 ScopedInterruptibleGCCriticalSection(Thread* self, GcCause cause, CollectorType type);
68 ~ScopedInterruptibleGCCriticalSection();
Dheap.h1627 friend class ScopedInterruptibleGCCriticalSection; variable
/art/runtime/
Druntime.cc2975 gc::ScopedInterruptibleGCCriticalSection sigcs(self, in Run()