Home
last modified time | relevance | path

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

123

/art/runtime/
Dimtable_test.cc93 std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$A;", "foo"); in TEST_F() local
100 std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$Z;", "foo"); in TEST_F() local
Dnative_bridge_art_interface.cc56 static uint32_t GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods, in GetNativeMethods()
Dimage-inl.h70 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods() local
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc37 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods() local
72 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_restoreResolvedMethods() local
/art/test/626-set-resolved-string/src/
DMain.java25 Method[] methods = Main.class.getDeclaredMethods(); in main() local
/art/test/1976-hello-structural-static-methods/src/art/
DTest1976.java115 public static MethodHandleWrapper[] getMethodHandles(Method[] methods) throws Exception { in getMethodHandles()
149 Method[] methods = Transform1976.class.getDeclaredMethods(); in doTest() local
/art/runtime/native/
Dnative_util.h30 const JNINativeMethod* methods, in RegisterNativeMethodsInternal()
Djava_lang_reflect_Proxy.cc33 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
/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.java79 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
/art/runtime/jit/
Dprofiling_info_test.cc57 std::vector<ArtMethod*> methods; in GetVirtualMethods() local
70 const std::vector<ArtMethod*>& methods, in SaveProfilingInfo()
101 const std::vector<ArtMethod*>& methods, in SaveProfilingInfoWithFakeInlineCaches()
/art/test/690-hiddenapi-same-name-methods/src/
DMain.java57 Method[] methods = klass.getDeclaredMethods(); in checkMethodList() local
/art/libdexfile/dex/
Dclass_accessor_test.cc38 auto methods = accessor.GetMethods(); in TEST_F() local
Dclass_accessor-inl.h232 IterationRange<DataIterator<Method>> methods = GetMethods(); in GetVirtualMethods() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DClassDataItem.java97 private void incrementEncodedMethods(int insertedIdx, EncodedMethod[] methods) { in incrementEncodedMethods()
/art/runtime/mirror/
Dclass_ext.cc44 void ClassExt::SetObsoleteArrays(ObjPtr<PointerArray> methods, in SetObsoleteArrays()
Dclass-inl.h179 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetVirtualMethodsSliceUnchecked() local
193 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()
1000 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr(); in GetMethods() local
Ddex_cache.cc66 MethodDexCacheType* methods = (dex_file->NumMethodIds() == 0u) ? nullptr : in InitializeDexCache() local
/art/test/088-monitor-verification/src/
DMain.java243 Method[] methods = c.getDeclaredMethods(); in runTest() local
/art/test/800-smali/src/
DMain.java228 Method[] methods = c.getDeclaredMethods(); in runTest() local
/art/runtime/jni/
Djni_internal_test.cc325 JNINativeMethod methods[] = { }; in RegisterAndUnregisterNativesBadArguments() local
651 JNINativeMethod methods[] = { { method_name, method_sig, native_fnptr } }; in SetUpForTest() local
1046 JNINativeMethod methods[] = { { nullptr, "()V", native_function } }; in TEST_F() local
1053 JNINativeMethod methods[] = { { "notify", nullptr, native_function } }; in TEST_F() local
1060 JNINativeMethod methods[] = { { "notify", "()V", nullptr } }; in TEST_F() local
1067 JNINativeMethod methods[] = { { "foo", "()V", native_function } }; in TEST_F() local
1074 JNINativeMethod methods[] = { { "equals", "(Ljava/lang/Object;)Z", native_function } }; in TEST_F() local
1082 JNINativeMethod methods[] = { { "notify", "()V", native_function } }; in TEST_F() local
1090 JNINativeMethod methods[] = { }; in TEST_F() local
1099 JNINativeMethod methods[] = { }; in TEST_F() local
/art/test/910-methods/src/art/
DTest910.java117 Method methods[] = NestedSynthetic.class.getDeclaredMethods(); in findSyntheticMethod() local
/art/test/901-hello-ti-agent/
Dbasics.cc178 jmethodID* methods = nullptr; in CallJvmtiFunction() local
/art/test/ti-agent/
Djni_binder.cc234 jmethodID* methods; in BindFunctionsOnClass() local

123