Home
last modified time | relevance | path

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

/art/openjdkjvmti/
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()
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()
Dti_heap.cc1825 jlong new_tag = 0; in ReplaceWeakRoots() local