Searched refs:SetLocked (Results 1 – 4 of 4) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | object_tagging.cc | 52 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()
|
D | jvmti_weak_table-inl.h | 139 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()
|
D | object_tagging.h | 56 bool SetLocked(art::mirror::Object* obj, jlong tag) OVERRIDE
|
D | jvmti_weak_table.h | 75 ALWAYS_INLINE virtual bool SetLocked(art::mirror::Object* obj, T tag) 135 bool SetLocked(art::Thread* self, art::mirror::Object* obj, T tag)
|