Home
last modified time | relevance | path

Searched refs:Method (Results 301 – 325 of 405) sorted by relevance

1...<<11121314151617

/art/tools/class2greylist/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandler.java11 import org.apache.bcel.classfile.Method;
92 isBridgeMethod = (member instanceof Method) && in handleAnnotation()
/art/test/1945-proxy-method-arguments/src/
DMain.java18 import java.lang.reflect.Method;
32 public Object invoke(Object proxy, Method method, Object[] args) { in invoke()
/art/test/596-app-images/src-art/
DMain.java20 import java.lang.reflect.Method;
99 Method getIntent = staticInternString.getDeclaredMethod("getIntent"); in testReloadInternedString()
/art/test/1971-multi-force-early-return/src/art/
DTest1971.java19 import java.lang.reflect.Method;
126 final Method targetMethod = Test1971.class.getDeclaredMethod("targetMethod"); in run()
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc54 h_object.Assign(mirror::Method::CreateFromArtMethod<kRuntimePointerSize>(soa.Self(), method)); in MethodHandleImpl_getMemberInternal()
/art/test/948-change-annotations/src/
DMain.java81 for (Method m : transform.getDeclaredMethods()) { in printAnnotations()
/art/test/455-checker-gvn/src/
DMain.java16 import java.lang.reflect.Method;
/art/test/1959-redefine-object-instrument/src/
DMain.java17 import java.lang.reflect.Method;
/art/test/934-load-transform/src/
DMain.java85 Method run_test = klass.getMethod("runTest"); in main()
/art/test/988-method-trace/src/art/
DTest988.java23 import java.lang.reflect.Method;
37 static Set<Method> NON_DETERMINISTIC_OUTPUT_METHODS = new HashSet<>();
38 static Set<Method> NON_DETERMINISTIC_OUTPUT_TYPE_METHODS = new HashSet<>();
293 public Object invoke(Object proxy, Method m, Object[] args) throws Throwable {
/art/test/935-non-retransformable/src/
DMain.java89 Method run_test = klass.getMethod("runTest"); in main()
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat35c.java73 return PoolIndexKind.Method; in getPoolIndexKind()
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java22 import java.lang.reflect.Method;
156 Method publish = Test1940.class.getDeclaredMethod("HandlePublish", in run()
285 private static native void publishListen(Method publish); in publishListen()
/art/test/800-smali/src/
DMain.java18 import java.lang.reflect.Method;
228 Method[] methods = c.getDeclaredMethods(); in runTest()
232 Method method = null; in runTest()
233 for (Method m : methods) { in runTest()
/art/test/530-checker-peel-unroll/src/
DMain.java17 import java.lang.reflect.Method;
1009 Method m = c.getMethod("unrollingWhile", Class.forName("[I")); in verifyUnrolling()
1059 Method m = c.getMethod("unrollingWhileLiveOuts", Class.forName("[I")); in verifyPeeling()
/art/test/1941-dispose-stress/src/art/
DTest1941.java21 import java.lang.reflect.Method;
/art/test/044-proxy/src/
DWrappedThrow.java20 import java.lang.reflect.Method;
188 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
/art/test/2012-structural-redefinition-failures-jni-id/src-art/art/
DTest1983.java80 Method.class, in doTest()
/art/test/1983-structural-redefinition-failures/src/art/
DTest1983.java80 Method.class, in doTest()
/art/test/068-classloader/src/
DMain.java18 import java.lang.reflect.Method;
80 Method meth = mDexClass.getMethod("loadClass", String.class, ClassLoader.class); in testNullClassLoader()
137 java.lang.reflect.Method m = c.getDeclaredMethod("mutate", int.class); in runMutator()
/art/tools/veridex/
Dresolver.cc43 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in Run()
142 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupMethodIn()
247 for (const ClassAccessor::Method& method : other_dex_accessor.GetMethods()) { in LookupDeclaredMethodIn()
/art/test/952-invoke-custom/util-src/transformer/
DIndyTransformer.java24 import java.lang.reflect.Method;
174 for (Method m : inputClass.getDeclaredMethods()) {
/art/test/1968-force-early-return/
Dexpected.txt37 Test stopped during Method Exit of calledFunction
43 Test stopped during Method Enter of calledFunction
49 Test stopped during Method Exit due to exception thrown in same function
61 Test stopped during Method Exit due to exception thrown in subroutine
142 art.NonStandardExit.forceEarlyReturnObject(Native Method)
170 art.NonStandardExit.forceEarlyReturnObject(Native Method)
186 art.NonStandardExit.forceEarlyReturnObject(Native Method)
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc87 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in RunTest()
/art/test/595-error-class/smali/
Dmerge.smali19 # Method that selects between x = new Integer[] or new AnError[],

1...<<11121314151617