Home
last modified time | relevance | path

Searched defs:new_tag (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Djvmti_weak_table-inl.h135 bool JvmtiWeakTable<T>::Set(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in Set()
143 bool JvmtiWeakTable<T>::SetLocked(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in SetLocked()
152 … JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T new_tag) { in SetLocked()
H A Dobject_tagging.cc74 bool ObjectTagTable::Set(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in Set()
82 bool ObjectTagTable::SetLocked(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in SetLocked()
H A Dti_heap.cc1820 jlong new_tag = 0; in ReplaceWeakRoots() local
/aosp12/system/libbase/include/android-base/
H A Dunique_fd.h62 uint64_t new_tag = android_fdsan_create_owner_tag(ANDROID_FDSAN_OWNER_TYPE_UNIQUE_FD, in Tag() local
/aosp12/bionic/libc/bionic/
H A Dfdsan.cpp294 void android_fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) { in android_fdsan_exchange_owner_tag()
/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp267 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); in TEST_F() local