Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_cache.h75 ALWAYS_INLINE void Set(const void* key, size_t value) { in Set() function
/art/openjdkjvmti/
Dobject_tagging.cc74 bool ObjectTagTable::Set(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in Set() function in openjdkjvmti::ObjectTagTable
Djvmti_weak_table-inl.h135 bool JvmtiWeakTable<T>::Set(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in Set() function
Devents.cc96 jvmtiError ArtJvmtiEventCallbacks::Set(jint index, jvmtiExtensionEvent cb) { in Set() function in openjdkjvmti::ArtJvmtiEventCallbacks
/art/runtime/
Dimtable.h54 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() function
Dmethod_handles-inl.h82 ALWAYS_INLINE void Set(uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { 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.h161 ALWAYS_INLINE bool Set(uintptr_t addr) { in Set() function
Dspace_bitmap.h92 bool Set(const mirror::Object* obj) ALWAYS_INLINE { in Set() function
/art/runtime/mirror/
Dobject_array-inl.h61 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
Darray-inl.h74 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
Demulated_stack_frame.cc93 ALWAYS_INLINE void Set(const uint32_t value) REQUIRES_SHARED(Locks::mutator_lock_) { in Set() function in art::mirror::EmulatedStackFrameAccessor
/art/libartbase/base/
Dbit_struct.h166 void Set(T value) { in Set() function
Dvariant_map.h285 void Set(const TKey<TValue>& key, const typename Identity<TValue>::type& value) { in Set() function
/art/runtime/gc/
Dsystem_weak_test.cc94 void Set(GcRoot<mirror::Object> obj) in Set() function
/art/test/115-native-bridge/
Dnativebridge.cc273 void Set(TestStatus state) { in Set() function in SignalHandlerTestStatus