Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc712 struct ScopedDisableMovingGC { struct
713 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() function
716 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC() argument
759 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()