Searched defs:SetDontCompile (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/verifier/ | ||
H A D | class_verifier.cc | 55 void SetDontCompile(ArtMethod* m, bool value) override REQUIRES_SHARED(Locks::mutator_lock_) { in SetDontCompile() function in art::verifier::StandardVerifyCallback |
/aosp12/art/runtime/ | ||
H A D | art_method.h | 270 void SetDontCompile() REQUIRES_SHARED(Locks::mutator_lock_) { in SetDontCompile() function |