Searched defs:Set (Results 1 – 13 of 13) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | object_tagging.cc | 45 bool ObjectTagTable::Set(art::mirror::Object* obj, jlong new_tag) { in Set() function in openjdkjvmti::ObjectTagTable
|
D | jvmti_weak_table-inl.h | 134 bool JvmtiWeakTable<T>::Set(art::mirror::Object* obj, T new_tag) { in Set() function
|
/art/runtime/ |
D | method_handles.h | 185 ALWAYS_INLINE void Set(uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function
|
D | imtable.h | 56 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() function
|
/art/runtime/gc/accounting/ |
D | heap_bitmap-inl.h | 67 inline bool HeapBitmap::Set(const mirror::Object* obj, const LargeObjectSetVisitor& visitor) { in Set() function
|
D | bitmap.h | 162 ALWAYS_INLINE bool Set(uintptr_t addr) { in Set() function
|
D | space_bitmap.h | 79 bool Set(const mirror::Object* obj) ALWAYS_INLINE { in Set() function
|
/art/runtime/mirror/ |
D | object_array-inl.h | 88 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
|
D | array-inl.h | 243 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
|
D | emulated_stack_frame.cc | 89 ALWAYS_INLINE void Set(const uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function in art::mirror::EmulatedStackFrameAccessor
|
/art/runtime/gc/ |
D | system_weak_test.cc | 93 void Set(GcRoot<mirror::Object> obj) in Set() function
|
/art/runtime/base/ |
D | variant_map.h | 277 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set() function
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 255 void Set(TestStatus state) { in Set() function in SignalHandlerTestStatus
|