| /art/runtime/ | 
| D | imtable_test.cc | 93   std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$A;", "foo");  in TEST_F()  local100   std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$Z;", "foo");  in TEST_F()  local
 
 | 
| D | native_bridge_art_interface.cc | 56 static uint32_t GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods,  in GetNativeMethods()
 | 
| D | image-inl.h | 70   const ImageSection& methods = GetMethodsSection();  in VisitPackedArtMethods()  local
 | 
| /art/test/497-inlining-and-class-loader/ | 
| D | clear_dex_cache.cc | 37   auto* methods = dex_cache->GetResolvedMethods();  in Java_Main_cloneResolvedMethods()  local72   auto* methods = dex_cache->GetResolvedMethods();  in Java_Main_restoreResolvedMethods()  local
 
 | 
| /art/test/626-set-resolved-string/src/ | 
| D | Main.java | 25     Method[] methods = Main.class.getDeclaredMethods();  in main()  local
 | 
| /art/test/1976-hello-structural-static-methods/src/art/ | 
| D | Test1976.java | 115   public static MethodHandleWrapper[] getMethodHandles(Method[] methods) throws Exception {  in getMethodHandles()149     Method[] methods = Transform1976.class.getDeclaredMethods();  in doTest()  local
 
 | 
| /art/runtime/native/ | 
| D | native_util.h | 30                                                         const JNINativeMethod* methods,  in RegisterNativeMethodsInternal()
 | 
| D | java_lang_reflect_Proxy.cc | 33                                   jobject loader, jobjectArray methods, jobjectArray throws) {  in Proxy_generateProxy()
 | 
| /art/test/044-proxy/src/ | 
| D | NarrowingTest.java | 50        Method[] methods = proxy.getClass().getDeclaredMethods();  in main()  local
 | 
| /art/compiler/debug/ | 
| D | elf_compilation_unit.h | 29   std::vector<const MethodDebugInfo*> methods;  member
 | 
| D | elf_symtab_writer.h | 57 static void GetDedupedName(const std::vector<const MethodDebugInfo*>& methods, std::string* out) {  in GetDedupedName()
 | 
| /art/runtime/jit/ | 
| D | profiling_info_test.cc | 58     std::vector<ArtMethod*> methods;  in GetVirtualMethods()  local71       const std::vector<ArtMethod*>& methods,  in SaveProfilingInfo()
 103       const std::vector<ArtMethod*>& methods,  in SaveProfilingInfoWithFakeInlineCaches()
 
 | 
| /art/test/690-hiddenapi-same-name-methods/src/ | 
| D | Main.java | 57     Method[] methods = klass.getDeclaredMethods();  in checkMethodList()  local
 | 
| /art/libdexfile/dex/ | 
| D | class_accessor_test.cc | 38       auto methods = accessor.GetMethods();  in TEST_F()  local
 | 
| D | class_accessor-inl.h | 232   IterationRange<DataIterator<Method>> methods = GetMethods();  in GetVirtualMethods()  local
 | 
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ | 
| D | ClassDataItem.java | 97   private void incrementEncodedMethods(int insertedIdx, EncodedMethod[] methods) {  in incrementEncodedMethods()
 | 
| /art/runtime/mirror/ | 
| D | class_ext.cc | 44 void ClassExt::SetObsoleteArrays(ObjPtr<PointerArray> methods,  in SetObsoleteArrays()
 | 
| D | class-inl.h | 179   LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();  in GetVirtualMethodsSliceUnchecked()  local193   LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();  in GetCopiedMethodsSliceUnchecked()  local
 208   LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();  in GetMethodsSlice()  local
 213     LengthPrefixedArray<ArtMethod>* methods,  in GetMethodsSliceRangeUnchecked()
 237 inline uint32_t Class::NumMethods(LengthPrefixedArray<ArtMethod>* methods) {  in NumMethods()
 982   LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();  in GetMethods()  local
 
 | 
| D | dex_cache.cc | 82   auto* methods = GetResolvedMethods();  in VisitReflectiveTargets()  local
 | 
| /art/test/2243-single-step-default/ | 
| D | single_step_helper.cc | 66   jmethodID* methods = nullptr;  in singleStepCB()  local
 | 
| /art/test/088-monitor-verification/src/ | 
| D | Main.java | 247             Method[] methods = c.getDeclaredMethods();  in runTest()  local
 | 
| /art/test/800-smali/src/ | 
| D | Main.java | 228             Method[] methods = c.getDeclaredMethods();  in runTest()  local
 | 
| /art/tools/ | 
| D | pylibdexfile.py | 143   def methods(self):  member in BaseDexFile
 | 
| /art/runtime/jni/ | 
| D | jni_internal_test.cc | 326       JNINativeMethod methods[] = { };  in RegisterAndUnregisterNativesBadArguments()  local652       JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } };  in SetUpForTest()  local
 1047       JNINativeMethod methods[] = { { nullptr, "()V", native_function } };  in TEST_F()  local
 1054       JNINativeMethod methods[] = { { "notify", nullptr, native_function } };  in TEST_F()  local
 1061       JNINativeMethod methods[] = { { "notify", "()V", nullptr } };  in TEST_F()  local
 1068       JNINativeMethod methods[] = { { "foo", "()V", native_function } };  in TEST_F()  local
 1075       JNINativeMethod methods[] = { { "equals", "(Ljava/lang/Object;)Z", native_function } };  in TEST_F()  local
 1083     JNINativeMethod methods[] = { { "notify", "()V", native_function } };  in TEST_F()  local
 1091     JNINativeMethod methods[] = { };  in TEST_F()  local
 1100     JNINativeMethod methods[] = { };  in TEST_F()  local
 
 | 
| /art/test/910-methods/src/art/ | 
| D | Test910.java | 122     Method methods[] = NestedSynthetic.class.getDeclaredMethods();  in findSyntheticMethod()  local
 |