Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Dobject_array-inl.h81 inline void ObjectArray<T>::SetWithoutChecks(int32_t i, ObjPtr<T> object) { in SetWithoutChecks() function
H A Darray-inl.h97 inline void PrimitiveArray<T>::SetWithoutChecks(int32_t i, T value) { in SetWithoutChecks() function