Searched refs:GetHandle (Results 1 – 2 of 2) sorted by relevance
88 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) { in GetHandle() function120 visitor.VisitRootIfNonNull(GetHandle(i).GetReference()); in VisitRoots()133 MutableHandle<MirrorType> h(GetHandle<MirrorType>(pos_)); in NewHandle()
111 ALWAYS_INLINE Handle<mirror::Object> GetHandle(size_t i);204 ALWAYS_INLINE MutableHandle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandle() function