Home
last modified time | relevance | path

Searched refs:SetLocked (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dobject_tagging.cc82 bool ObjectTagTable::SetLocked(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in SetLocked() function in openjdkjvmti::ObjectTagTable
87 return JvmtiWeakTable<jlong>::SetLocked(obj, new_tag); in SetLocked()
Djvmti_weak_table-inl.h140 return SetLocked(self, obj, new_tag); in Set()
143 bool JvmtiWeakTable<T>::SetLocked(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in SetLocked() function
148 return SetLocked(self, obj, new_tag); in SetLocked()
152 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T new_ta… in SetLocked() function
169 return SetLocked(self, obj, new_tag); in SetLocked()
Dobject_tagging.h67 bool SetLocked(art::ObjPtr<art::mirror::Object> obj, jlong tag) override
Djvmti_weak_table.h75 ALWAYS_INLINE virtual bool SetLocked(art::ObjPtr<art::mirror::Object> obj, T tag)
135 bool SetLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T tag)