Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A 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
H A Dgc_root.h225 ALWAYS_INLINE GcRoot() : GcRoot(nullptr) {} in GcRoot() function
226 ALWAYS_INLINE GcRoot(std::nullptr_t) : root_() { in GcRoot() function
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DGcRoot.kt6 sealed class GcRoot { class
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h41 template<class MirrorType> class GcRoot; variable
H A Druntime_entrypoints_list.h40 template<class MirrorType> class GcRoot; variable
/aosp_15_r20/art/runtime/oat/
H A Doat_file.h48 template <class MirrorType> class GcRoot; variable