Searched refs:ScopedDisableMovingGC (Results 1 – 1 of 1) sorted by relevance
712 struct ScopedDisableMovingGC { struct713 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() function716 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC() argument759 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()1117 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()1167 ScopedDisableMovingGC no_gc(soa.Self()); in TestClassJoin()