HomeSort by relevance Sort by last modified time
    Searched defs:GcRoot (Results 1 - 2 of 2) sorted by null

  /art/runtime/
gc_root-inl.h 30 inline MirrorType* GcRoot<MirrorType>::Read(GcRootSource* gc_root_source) const {
35 inline GcRoot<MirrorType>::GcRoot(MirrorType* ref)
gc_root.h 168 class GcRoot {
198 ALWAYS_INLINE GcRoot() {}
199 explicit ALWAYS_INLINE GcRoot(MirrorType* ref) SHARED_REQUIRES(Locks::mutator_lock_);
225 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root)
241 void VisitRoot(GcRoot<MirrorType>& root) SHARED_REQUIRES(Locks::mutator_lock_) {

Completed in 51 milliseconds