Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dhandle_scope-inl.h88 inline Handle<mirror::Object> HandleScope::GetHandle(size_t i) { in GetHandle() function
120 visitor.VisitRootIfNonNull(GetHandle(i).GetReference()); in VisitRoots()
133 MutableHandle<MirrorType> h(GetHandle<MirrorType>(pos_)); in NewHandle()
Dhandle_scope.h111 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