| /art/test/497-inlining-and-class-loader/ |
| D | clear_dex_cache.cc | 33 ArtMethod** methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods() local 58 ArtMethod** methods = soa.Decode<mirror::Class*>(cls)->GetDexCache()->GetResolvedMethods(); in Java_Main_restoreResolvedMethods() local
|
| /art/compiler/debug/ |
| D | elf_compilation_unit.h | 28 std::vector<const MethodDebugInfo*> methods; member
|
| /art/test/044-proxy/src/ |
| D | NarrowingTest.java | 50 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
|
| D | BasicTest.java | 75 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
|
| /art/runtime/native/ |
| D | java_lang_reflect_Proxy.cc | 30 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
|
| /art/test/800-smali/src/ |
| D | Main.java | 201 Method[] methods = c.getDeclaredMethods(); in runTest() local
|
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ |
| D | ClassDataItem.java | 97 private void incrementEncodedMethods(int insertedIdx, EncodedMethod[] methods) { in incrementEncodedMethods()
|
| /art/runtime/ |
| D | native_bridge_art_interface.cc | 54 static uint32_t GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods, in GetNativeMethods()
|
| D | jni_internal_test.cc | 322 JNINativeMethod methods[] = { }; in RegisterAndUnregisterNativesBadArguments() local 648 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest() local 955 JNINativeMethod methods[] = { { nullptr, "()V", native_function } }; in TEST_F() local 962 JNINativeMethod methods[] = { { "notify", nullptr, native_function } }; in TEST_F() local 969 JNINativeMethod methods[] = { { "notify", "()V", nullptr } }; in TEST_F() local 976 JNINativeMethod methods[] = { { "foo", "()V", native_function } }; in TEST_F() local 983 JNINativeMethod methods[] = { { "equals", "(Ljava/lang/Object;)Z", native_function } }; in TEST_F() local 991 JNINativeMethod methods[] = { { "notify", "()V", native_function } }; in TEST_F() local 999 JNINativeMethod methods[] = { }; in TEST_F() local 1008 JNINativeMethod methods[] = { }; in TEST_F() local
|
| D | image.cc | 166 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods() local
|
| D | stack.cc | 681 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame() local
|
| D | class_linker.cc | 782 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckArtMethod() local 1314 ArtMethod** const methods = reinterpret_cast<ArtMethod**>( in UpdateAppImageClassLoadersAndDexCaches() local 2093 ArtMethod** methods = (dex_file.NumMethodIds() == 0u) ? nullptr : in AllocDexCache() local 4126 jobjectArray methods, in CreateProxyClass() 6930 auto* methods = reinterpret_cast<LengthPrefixedArray<ArtMethod>*>( in LinkInterfaceMethods() local
|
| /art/test/088-monitor-verification/src/ |
| D | Main.java | 232 Method[] methods = c.getDeclaredMethods(); in runTest() local
|
| /art/runtime/jit/ |
| D | profile_saver.cc | 200 explicit GetMethodsVisitor(std::vector<MethodReference>* methods) : methods_(methods) {} in GetMethodsVisitor() 229 std::vector<MethodReference> methods; in FetchAndCacheResolvedClassesAndMethods() local 289 std::vector<MethodReference> methods; in ProcessProfilingInfo() local
|
| D | profile_compilation_info_test.cc | 46 std::vector<ArtMethod*> methods; in GetVirtualMethods() local 73 const std::vector<ArtMethod*>& methods, in SaveProfilingInfo()
|
| D | offline_profiling_info.cc | 59 const std::vector<MethodReference>& methods, in AddMethodsAndClasses() 555 const std::set<uint16_t>& methods = info_it->second.method_set; in ContainsMethod() local
|
| D | jit_code_cache.cc | 895 std::vector<MethodReference>& methods) { in GetProfiledMethods()
|
| /art/runtime/mirror/ |
| D | class-inl.h | 134 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetVirtualMethodsSliceUnchecked() local 150 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetCopiedMethodsSliceUnchecked() local 166 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetMethodsSlice() local 176 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in NumMethods() local 1055 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in FixupNativePointers() local
|
| /art/tools/dmtracedump/ |
| D | tracedump.cc | 149 struct MethodEntry** methods; /* list of methods in this class */ member 156 struct MethodEntry** methods; /* list of methods with same name */ member 191 MethodEntry* methods; /* 2 extra methods: "toplevel" and "unknown" */ member 2263 int32_t findMatch(MethodEntry** methods, int32_t size, MethodEntry* matchThis) { in findMatch() 2605 MethodEntry** methods = parseMethodEntries(dataKeys); in main() local
|
| /art/test/064-field-access/src/ |
| D | Main.java | 534 Method[] methods; in doReflectionTests() local
|
| /art/test/046-reflect/src/ |
| D | Main.java | 487 Method[] methods = niuClass.getDeclaredMethods(); in checkClinitForMethods() local
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 851 mirror::PointerArray* methods = in operator ()() local 1072 ArtMethod** methods = dex_cache->GetResolvedMethods(); in RelocateInPlace() local
|
| /art/test/115-native-bridge/ |
| D | nativebridge.cc | 58 std::unique_ptr<JNINativeMethod[]> methods(new JNINativeMethod[count1]); in trampoline_JNI_OnLoad() local
|
| /art/test/004-JniTest/ |
| D | jni_test.cc | 687 void TestCalls(const char* declaring_class, std::vector<const char*> methods) { in TestCalls()
|
| /art/compiler/jni/ |
| D | jni_compiler_test.cc | 119 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest() local
|