Searched defs:GcRoot (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dgc_root.h27 class PACKED(4) GcRoot {
47 ALWAYS_INLINE explicit GcRoot<MirrorType>() : root_(nullptr) { function
50 ALWAYS_INLINE explicit GcRoot<MirrorType>(MirrorType* ref)

Completed in 1231 milliseconds