Home
last modified time | relevance | path

Searched refs:Method (Results 276 – 300 of 405) sorted by relevance

1...<<11121314151617

/art/test/685-shifts/src/
DMain.java17 import java.lang.reflect.Method;
46 Method m = c.getMethod("shlZero", long.class); in main()
/art/test/725-imt-conflict-object/src/
DMain.java17 import java.lang.reflect.Method;
131 Method m = c.getMethod("test"); in main()
/art/test/675-checker-unverified-method/smali/
DTestCase.smali37 # Method bar() that verifies (but is never called).
47 # Method bad() that fails to verify (but is never called).
/art/test/1953-pop-frame/
Dclass-loading-expected.patch20 > art.Test1953.popFrame(Native Method)
30 > art.Test1953.popFrame(Native Method)
/art/test/1956-pop-frame-jit-calling/
Djvm-expected.patch20 < art.Test1953.popFrame(Native Method)
30 < art.Test1953.popFrame(Native Method)
/art/test/1954-pop-frame-jit/
Djvm-expected.patch20 < art.Test1953.popFrame(Native Method)
30 < art.Test1953.popFrame(Native Method)
/art/test/1964-add-to-dex-classloader-file/src/
DMain.java19 import java.lang.reflect.Method;
155 Method sayHi = target.getDeclaredMethod("sayHi"); in run()
/art/test/1955-pop-frame-jit-called/
Djvm-expected.patch20 < art.Test1953.popFrame(Native Method)
30 < art.Test1953.popFrame(Native Method)
/art/tools/veridex/
Dprecise_hidden_api_finder.h54 const std::function<void(VeridexResolver*, const ClassAccessor::Method&)>& action);
/art/test/064-field-access/src/
DOOMEOnNullAccess.java18 import java.lang.reflect.Method;
/art/runtime/
Dclass_root.h43 class Method; variable
68 …d, "Ljava/lang/reflect/Method;", mirror::Method) …
73 … "[Ljava/lang/reflect/Method;", mirror::ObjectArray<mirror::Method>) \
/art/test/998-redefine-use-after-free/src/
DMain.java49 Method m = klass.getDeclaredMethod("run"); in runSeveralTimes()
/art/test/1917-get-stack-frame/src/art/
DTest1917.java22 import java.lang.reflect.Method;
111 final Method end_method = Test1917.class.getDeclaredMethod("run"); in makePrintStackFramesConsumer()
/art/test/161-final-abstract-class/smali/
DMain.smali6 # import java.lang.reflect.Method;
22 # Method test = tc.getDeclaredMethod("test");
109 …java/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
118 …invoke-virtual {p0, v0, v1}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Obje…
/art/test/046-reflect/
Dexpected.txt1 Method name is myMethod
8 Method name is myMethod
13 Method name is myNoargMethod
17 Method name is myMethod
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java23 import java.lang.reflect.Method;
202 Method m = Impl.getMethod("throwCatchBaseTestExceptionTwiceImpl"); in throwCatchBaseTestExceptionTwice()
233 Method m = Impl.getMethod("throwCatchTestExceptionTwiceImpl"); in throwCatchTestExceptionTwice()
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java17 import java.lang.reflect.Method;
240 Method method = null; in removeJittedMethod()
278 private static native void removeJitCompiledMethod(Method method, boolean releaseMemory); in removeJitCompiledMethod()
/art/test/685-deoptimizeable/src/
DMain.java17 import java.lang.reflect.Method;
114 Method method = cls.getDeclaredMethod("$noinline$run2", int[].class); in main()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc57 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in VerifyClassData()
/art/test/999-redefine-hiddenapi/src/
DMain.java18 import java.lang.reflect.Method;
/art/test/030-bad-finalizer/
Dinfo.txt6 at java.lang.VMThread.sleep(Native Method)
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat3rc.java66 return PoolIndexKind.Method; in getPoolIndexKind()
/art/test/938-load-transform-bcp/src/
DMain.java110 Method run_test = klass.getMethod("runTest"); in main()
/art/test/949-in-memory-transform/src/art/
DTest949.java115 Method say_hi_method = transform_class.getMethod("sayHi"); in doTest()
/art/test/1970-force-early-return-long/
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
88 art.NonStandardExit.forceEarlyReturnLong(Native Method)
153 art.NonStandardExit.forceEarlyReturnLong(Native Method)
181 art.NonStandardExit.forceEarlyReturnLong(Native Method)
197 art.NonStandardExit.forceEarlyReturnLong(Native Method)
213 art.NonStandardExit.forceEarlyReturnLong(Native Method)

1...<<11121314151617