Home
last modified time | relevance | path

Searched defs:SetLocked (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Djvmti_weak_table-inl.h143 bool JvmtiWeakTable<T>::SetLocked(art::ObjPtr<art::mirror::Object> obj, T new_tag) { in SetLocked() function
152 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T new_ta… in SetLocked() function
Dobject_tagging.cc82 bool ObjectTagTable::SetLocked(art::ObjPtr<art::mirror::Object> obj, jlong new_tag) { in SetLocked() function in openjdkjvmti::ObjectTagTable