Searched defs:Set (Results 1 – 16 of 16) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_cache.h | 75 ALWAYS_INLINE void Set(const void* key, size_t value) { in Set() function
|
/art/openjdkjvmti/ |
D | object_tagging.cc | 74 bool ObjectTagTable::Set(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in Set() function in openjdkjvmti::ObjectTagTable
|
D | jvmti_weak_table-inl.h | 135 bool JvmtiWeakTable<T>::Set(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in Set() function
|
D | events.cc | 96 jvmtiError ArtJvmtiEventCallbacks::Set(jint index, jvmtiExtensionEvent cb) { in Set() function in openjdkjvmti::ArtJvmtiEventCallbacks
|
/art/runtime/ |
D | imtable.h | 59 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() function
|
D | method_handles-inl.h | 82 ALWAYS_INLINE void Set(uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { 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 | 161 ALWAYS_INLINE bool Set(uintptr_t addr) { in Set() function
|
D | space_bitmap.h | 92 bool Set(const mirror::Object* obj) ALWAYS_INLINE { in Set() function
|
/art/runtime/mirror/ |
D | object_array-inl.h | 61 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function 71 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function
|
D | array-inl.h | 74 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function 84 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function
|
D | emulated_stack_frame.cc | 93 ALWAYS_INLINE void Set(const uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function in art::mirror::EmulatedStackFrameAccessor
|
/art/libartbase/base/ |
D | bit_struct.h | 166 void Set(T value) { in Set() function
|
D | variant_map.h | 293 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set() function
|
/art/runtime/gc/ |
D | system_weak_test.cc | 94 void Set(GcRoot<mirror::Object> obj) in Set() function
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 273 void Set(TestStatus state) { in Set() function in SignalHandlerTestStatus
|