HomeSort by relevance Sort by last modified time
    Searched defs:SetLocked (Results 1 - 2 of 2) sorted by null

  /art/runtime/openjdkjvmti/
object_tagging.cc 52 bool ObjectTagTable::SetLocked(art::mirror::Object* obj, jlong new_tag) {
57 return JvmtiWeakTable<jlong>::SetLocked(obj, new_tag);
jvmti_weak_table-inl.h 139 return SetLocked(self, obj, new_tag);
142 bool JvmtiWeakTable<T>::SetLocked(art::mirror::Object* obj, T new_tag) {
147 return SetLocked(self, obj, new_tag);
151 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::mirror::Object* obj, T new_tag) {
168 return SetLocked(self, obj, new_tag);

Completed in 659 milliseconds