Searched defs:ScopedDisableMovingGC (Results 1 – 1 of 1) sorted by relevance
673 struct ScopedDisableMovingGC { struct674 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() function677 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC()681 Thread* self;