Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 25 of 27) sorted by relevance

12

/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc33 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/
Delf_compilation_unit.h28 std::vector<const MethodDebugInfo*> methods; member
/art/test/044-proxy/src/
DNarrowingTest.java50 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
DBasicTest.java75 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
/art/runtime/native/
Djava_lang_reflect_Proxy.cc30 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
/art/test/800-smali/src/
DMain.java201 Method[] methods = c.getDeclaredMethods(); in runTest() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DClassDataItem.java97 private void incrementEncodedMethods(int insertedIdx, EncodedMethod[] methods) { in incrementEncodedMethods()
/art/runtime/
Dnative_bridge_art_interface.cc54 static uint32_t GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods, in GetNativeMethods()
Djni_internal_test.cc322 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
Dimage.cc166 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods() local
Dstack.cc681 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame() local
Dclass_linker.cc782 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/
DMain.java232 Method[] methods = c.getDeclaredMethods(); in runTest() local
/art/runtime/jit/
Dprofile_saver.cc200 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
Dprofile_compilation_info_test.cc46 std::vector<ArtMethod*> methods; in GetVirtualMethods() local
73 const std::vector<ArtMethod*>& methods, in SaveProfilingInfo()
Doffline_profiling_info.cc59 const std::vector<MethodReference>& methods, in AddMethodsAndClasses()
555 const std::set<uint16_t>& methods = info_it->second.method_set; in ContainsMethod() local
Djit_code_cache.cc895 std::vector<MethodReference>& methods) { in GetProfiledMethods()
/art/runtime/mirror/
Dclass-inl.h134 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/
Dtracedump.cc149 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/
DMain.java534 Method[] methods; in doReflectionTests() local
/art/test/046-reflect/src/
DMain.java487 Method[] methods = niuClass.getDeclaredMethods(); in checkClinitForMethods() local
/art/runtime/gc/space/
Dimage_space.cc851 mirror::PointerArray* methods = in operator ()() local
1072 ArtMethod** methods = dex_cache->GetResolvedMethods(); in RelocateInPlace() local
/art/test/115-native-bridge/
Dnativebridge.cc58 std::unique_ptr<JNINativeMethod[]> methods(new JNINativeMethod[count1]); in trampoline_JNI_OnLoad() local
/art/test/004-JniTest/
Djni_test.cc687 void TestCalls(const char* declaring_class, std::vector<const char*> methods) { in TestCalls()
/art/compiler/jni/
Djni_compiler_test.cc119 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest() local

12