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

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

Completed in 75 milliseconds