Searched refs:CheckMethods (Results 1 – 2 of 2) sorted by relevance
222 bool CheckMethods() REQUIRES_SHARED(art::Locks::mutator_lock_);
928 bool Redefiner::ClassRedefinition::CheckMethods() { in CheckMethods() function in openjdkjvmti::Redefiner::ClassRedefinition1167 return CheckClass() && CheckFields() && CheckMethods() && CheckRedefinable(); in CheckRedefinitionIsValid()