Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_test.cc670 struct ScopedDisableMovingGC { struct
671 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC() argument
674 ~ScopedDisableMovingGC() { in ~ScopedDisableMovingGC()
678 Thread* self;