Lines Matching refs:self

80 bool JvmtiWeakTable<T>::GetTagSlowPath(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T* …  in GetTagSlowPath()  argument
86 return GetTagLocked(self, obj, result); in GetTagSlowPath()
91 art::Thread* self = art::Thread::Current(); in Remove() local
92 art::MutexLock mu(self, allow_disallow_lock_); in Remove()
93 Wait(self); in Remove()
95 return RemoveLocked(self, obj, tag); in Remove()
99 art::Thread* self = art::Thread::Current(); in RemoveLocked() local
100 allow_disallow_lock_.AssertHeld(self); in RemoveLocked()
101 Wait(self); in RemoveLocked()
103 return RemoveLocked(self, obj, tag); in RemoveLocked()
107 bool JvmtiWeakTable<T>::RemoveLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T* ta… in RemoveLocked() argument
117 if (art::kUseReadBarrier && self->GetIsGcMarking() && !update_since_last_sweep_) { in RemoveLocked()
127 return RemoveLocked(self, obj, tag); in RemoveLocked()
136 art::Thread* self = art::Thread::Current(); in Set() local
137 art::MutexLock mu(self, allow_disallow_lock_); in Set()
138 Wait(self); in Set()
140 return SetLocked(self, obj, new_tag); in Set()
144 art::Thread* self = art::Thread::Current(); in SetLocked() local
145 allow_disallow_lock_.AssertHeld(self); in SetLocked()
146 Wait(self); in SetLocked()
148 return SetLocked(self, obj, new_tag); in SetLocked()
152 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, T new_ta… in SetLocked() argument
159 if (art::kUseReadBarrier && self->GetIsGcMarking() && !update_since_last_sweep_) { in SetLocked()
169 return SetLocked(self, obj, new_tag); in SetLocked()
198 art::Thread* self = art::Thread::Current(); in SweepImpl() local
199 art::MutexLock mu(self, allow_disallow_lock_); in SweepImpl()
329 art::Thread* self = art::Thread::Current();
330 art::MutexLock mu(self, allow_disallow_lock_);
331 Wait(self);
333 art::JNIEnvExt* jni_env = self->GetJniEnv();
390 art::Thread* self = art::Thread::Current();
391 art::MutexLock mu(self, allow_disallow_lock_);
392 Wait(self);