Home
last modified time | relevance | path

Searched refs:GetTagLocked (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Djvmti_weak_table.h88 return GetTagLocked(self, obj, result); in GetTag()
90 bool GetTagLocked(art::ObjPtr<art::mirror::Object> obj, /* out */ T* result) in GetTagLocked() function
97 return GetTagLocked(self, obj, result); in GetTagLocked()
144 bool GetTagLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, /* out */ T* result) in GetTagLocked() function
Dobject_tagging.h82 GetTagLocked(obj, &tmp); in GetTagOrZeroLocked()
Djvmti_weak_table-inl.h86 return GetTagLocked(self, obj, result); in GetTagSlowPath()