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 | 80 jvmtiError ArtJvmtiEventCallbacks::Set(jint index, jvmtiExtensionEvent cb) { in Set() function in openjdkjvmti::ArtJvmtiEventCallbacks
|
| /art/runtime/mirror/ |
| D | object_array-inl.h | 60 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function 70 inline void ObjectArray<T>::Set(int32_t i, ObjPtr<T> object) { in Set() function
|
| D | array-inl.h | 73 inline void PrimitiveArray<T>::Set(int32_t i, T value) { in Set() function 83 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/runtime/ |
| D | imtable.h | 57 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/libartbase/base/ |
| D | bit_struct.h | 162 void Set(T value) { in Set() function
|
| D | variant_map.h | 285 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
|