Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dobject_tagging.cc52 bool ObjectTagTable::SetLocked(art::mirror::Object* obj, jlong new_tag) { in SetLocked() function in openjdkjvmti::ObjectTagTable
57 return JvmtiWeakTable<jlong>::SetLocked(obj, new_tag); in SetLocked()
Djvmti_weak_table-inl.h139 return SetLocked(self, obj, new_tag); in Set()
142 bool JvmtiWeakTable<T>::SetLocked(art::mirror::Object* obj, T new_tag) { in SetLocked() function
147 return SetLocked(self, obj, new_tag); in SetLocked()
151 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::mirror::Object* obj, T new_tag) { in SetLocked() function
168 return SetLocked(self, obj, new_tag); in SetLocked()
Dobject_tagging.h56 bool SetLocked(art::mirror::Object* obj, jlong tag) OVERRIDE
Djvmti_weak_table.h75 ALWAYS_INLINE virtual bool SetLocked(art::mirror::Object* obj, T tag)
135 bool SetLocked(art::Thread* self, art::mirror::Object* obj, T tag)