Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:self

84     art::Thread* self = art::Thread::Current();
85 art::MutexLock mu(self, allow_disallow_lock_);
86 Wait(self);
88 return GetTagLocked(self, obj, result);
93 art::Thread* self = art::Thread::Current();
94 allow_disallow_lock_.AssertHeld(self);
95 Wait(self);
97 return GetTagLocked(self, obj, result);
135 bool SetLocked(art::Thread* self, art::mirror::Object* obj, T tag)
140 bool RemoveLocked(art::Thread* self, art::mirror::Object* obj, /* out */ T* tag)
144 bool GetTagLocked(art::Thread* self, art::mirror::Object* obj, /* out */ T* result)
156 self != nullptr &&
157 self->GetIsGcMarking() &&
159 return GetTagSlowPath(self, obj, result);
168 bool GetTagSlowPath(art::Thread* self, art::mirror::Object* obj, /* out */ T* result)