Searched defs:Set (Results 1 – 7 of 7) sorted by relevance
47 void Set(size_t index, ArtMethod* method, size_t pointer_size) { in Set() function
80 inline void ObjectArray<T>::Set(int32_t i, T* object) { in Set() function90 inline void ObjectArray<T>::Set(int32_t i, T* object) { in Set() function
222 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function232 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) { in Set() function
163 ALWAYS_INLINE bool Set(uintptr_t addr) { in Set() function
76 bool Set(const mirror::Object* obj) ALWAYS_INLINE { in Set() function
276 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set() function