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