Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 13 of 13) sorted by relevance

/art/runtime/openjdkjvmti/
Dobject_tagging.cc45 bool ObjectTagTable::Set(art::mirror::Object* obj, jlong new_tag) { in Set() function in openjdkjvmti::ObjectTagTable
Djvmti_weak_table-inl.h134 bool JvmtiWeakTable<T>::Set(art::mirror::Object* obj, T new_tag) { in Set() function
/art/runtime/
Dmethod_handles.h185 ALWAYS_INLINE void Set(uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function
Dimtable.h56 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() function
/art/runtime/gc/accounting/
Dheap_bitmap-inl.h67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) { in Set() function
Dbitmap.h162 ALWAYS_INLINE bool Set(uintptr_t addr) { in Set() function
Dspace_bitmap.h79 bool Set(const mirror::Object* obj) ALWAYS_INLINE { in Set() function
/art/runtime/mirror/
Dobject_array-inl.h88 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function
98 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function
Darray-inl.h243 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
253 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
Demulated_stack_frame.cc89 ALWAYS_INLINE void Set(const uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function in art::mirror::EmulatedStackFrameAccessor
/art/runtime/gc/
Dsystem_weak_test.cc93 void Set(GcRoot<mirror::Object> obj) in Set() function
/art/runtime/base/
Dvariant_map.h277 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set() function
/art/test/115-native-bridge/
Dnativebridge.cc255 void Set(TestStatus state) { in Set() function in SignalHandlerTestStatus