Searched defs:ScopedDisableMovingGC (Results 1 – 1 of 1) sorted by relevance
712 struct ScopedDisableMovingGC { struct713 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() argument716 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC()720 Thread* self;