Home
last modified time | relevance | path

Searched defs:GetWithoutChecks (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/mirror/
H A Darray.h180 T GetWithoutChecks(int32_t i) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in GetWithoutChecks() function
H A Dobject_array-inl.h98 inline ObjPtr<T> ObjectArray<T>::GetWithoutChecks(int32_t i) { in GetWithoutChecks() function