Searched refs:declared_methods (Results 1 – 1 of 1) sorted by relevance
799 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindDeclaredClassMethod() local800 DCHECK(!declared_methods.empty()); in FindDeclaredClassMethod()803 ArtMethod& method = declared_methods[mid]; in FindDeclaredClassMethod()827 uint32_t num_declared_methods = dchecked_integral_cast<uint32_t>(declared_methods.size()); in FindDeclaredClassMethod()837 return {true, &declared_methods[mid]}; in FindDeclaredClassMethod()889 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod() local894 for (ArtMethod& method : declared_methods) { in FindClassMethod()902 } else if (!declared_methods.empty()) { in FindClassMethod()