Searched refs:SetMustCountLocks (Results 1 – 5 of 5) sorted by relevance
60 void SetMustCountLocks(ArtMethod* m, bool value) override REQUIRES_SHARED(Locks::mutator_lock_) { in SetMustCountLocks() function in art::verifier::StandardVerifyCallback62 m->SetMustCountLocks(); in SetMustCountLocks()82 void SetMustCountLocks(ArtMethod* m, bool value) override in ReverifyClass() function in art::verifier::ClassVerifier::ReverifyClass::DelayedVerifyCallback91 it.first->SetMustCountLocks(); in ReverifyClass()
82 virtual void SetMustCountLocks(ArtMethod* method, bool value)
5197 verifier_callback->SetMustCountLocks(method, must_count_locks); in VerifyMethod()
390 void SetMustCountLocks() REQUIRES_SHARED(Locks::mutator_lock_) { in SetMustCountLocks() function
3074 m->SetMustCountLocks(); in UpdateClassCommon()