Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root-inl.h37 inline GcRoot<MirrorType>::GcRoot(mirror::CompressedReference<mirror::Object> ref) in GcRoot() function
41 inline GcRoot<MirrorType>::GcRoot(MirrorType* ref) in GcRoot() function
45 inline GcRoot<MirrorType>::GcRoot(ObjPtr<MirrorType> ref) in GcRoot() function
Dgc_root.h225 ALWAYS_INLINE GcRoot() : GcRoot(nullptr) {} in GcRoot() function
226 ALWAYS_INLINE GcRoot(std::nullptr_t) : root_() { in GcRoot() function
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h41 template<class MirrorType> class GcRoot; variable
Druntime_entrypoints_list.h40 template<class MirrorType> class GcRoot; variable
/art/runtime/oat/
Doat_file.h49 template <class MirrorType> class GcRoot; variable