Home
last modified time | relevance | path

Searched refs:ScopedDisableMovingGC (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc673 struct ScopedDisableMovingGC { struct
674 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() argument
677 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC() argument
720 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()
1075 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()
1123 ScopedDisableMovingGC no_gc(soa.Self()); in TestClassJoin()