Searched defs:ScopedDisableMovingGC (Results 1 – 1 of 1) sorted by relevance
678 struct ScopedDisableMovingGC { struct679 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() function682 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC()686 Thread* self;