Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h78 inline Handle<T> HandleScope::GetHandle(size_t i) { in GetHandle() function
134 visitor.VisitRootIfNonNull(GetHandle<mirror::Object>(i).GetReference()); in VisitRoots()
141 if (GetHandle<mirror::Object>(i) != nullptr) { in VisitHandles()
142 visitor.Visit(GetHandle<mirror::Object>(i)); in VisitHandles()
284 Handle<T> VariableSizedHandleScope::GetHandle(size_t i) { in GetHandle() function
287 return first_scope_.GetHandle<T>(i); in GetHandle()
304 return cur->GetHandle<T>(i - cur_start); in GetHandle()
Dhandle_scope.h109 ALWAYS_INLINE Handle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_);
250 ALWAYS_INLINE Handle<T> GetHandle(size_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Dhandle_scope_test.cc132 EXPECT_EQ(handles[i].GetReference(), hs.GetHandle<mirror::Object>(i).GetReference()); in TEST_F()
/art/runtime/mirror/
Dmethod_type-inl.h60 return hs_->GetHandle<mirror::Class>(i + 1).Get(); in GetPType()
69 return hs_->GetHandle<mirror::Class>(0u); in GetRTypeHandle()