Home
last modified time | relevance | path

Searched refs:Method (Results 151 – 175 of 405) sorted by relevance

12345678910>>...17

/art/tools/veridex/
Dprecise_hidden_api_finder.cc37 const std::function<void(VeridexResolver*, const ClassAccessor::Method&)>& action) { in RunInternal()
41 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in RunInternal()
67 [this] (VeridexResolver* resolver, const ClassAccessor::Method& method) { in Run()
85 const ClassAccessor::Method& method) { in Run()
/art/test/995-breakpoints-throw/src/art/
DTest995.java21 import java.lang.reflect.Method;
87 Method breakpoint_method = Test995.class.getDeclaredMethod("breakpoint");
88 Method breakpoint_catch_method = Test995.class.getDeclaredMethod("breakpointCatch");
89 Method breakpoint_catch_late_method = Test995.class.getDeclaredMethod("breakpointCatchLate");
/art/test/140-field-packing/src/
DGapOrder.java22 import java.lang.reflect.Method;
56 Method getOffset = Field.class.getMethod("getOffset"); in CheckField()
/art/test/592-checker-regression-bool-input/src/
DMain.java18 import java.lang.reflect.Method;
43 Method m = c.getMethod("testCase"); in main()
/art/test/146-bad-interface/src-art/
DMain.java17 import java.lang.reflect.Method;
35 Method r = runner.getDeclaredMethod("doInvoke", arg); in main()
/art/test/201-built-in-except-detail-messages/src/
DMain.java19 import java.lang.reflect.Method;
385 Method m = A.class.getMethod("m", int.class, String.class); in reflection()
395 Method m = A.class.getMethod("m", int.class, String.class); in reflection()
403 Method m = String.class.getMethod("charAt", int.class); in reflection()
410 Method m = String.class.getMethod("charAt", int.class); in reflection()
418 Method m = String.class.getMethod("charAt", int.class); in reflection()
426 Method m = String.class.getMethod("charAt", int.class); in reflection()
434 Method m = String.class.getMethod("charAt", int.class); in reflection()
/art/test/510-checker-try-catch/src/
DMain.java17 import java.lang.reflect.Method;
150 Method m = c.getMethod(method, boolean.class, boolean.class); in testMethod()
167 Method m = c.getMethod("testIntAddressCatch", int.class, Class.forName("[I")); in testIntAddressCatch()
/art/test/071-dexfile/src/
DMain.java20 import java.lang.reflect.Method;
97 Method DexFile_loadDex = DexFile.getMethod("loadDex", in testDexFile()
101 Method DexFile_entries = DexFile.getMethod("entries"); in testDexFile()
/art/test/425-invoke-super/src/
DMain.java17 import java.lang.reflect.Method;
49 Method m = c.getMethod("run"); in main()
/art/test/044-proxy/src/
DConstructorProxy.java19 import java.lang.reflect.Method;
49 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
DClash.java19 import java.lang.reflect.Method;
65 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DNativeProxy.java22 import java.lang.reflect.Method;
54 final Method method, in invoke()
/art/test/594-invoke-super/src/
DMain.java18 import java.lang.reflect.Method;
68 Method m = z.getMethod("foo"); in main()
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java21 import java.lang.reflect.Method;
129 invoke(Thread thread, Method target, Locals.VariableDescription TARGET_desc, int depth) in invoke()
142 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) { in NamedSet()
159 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) {
174 public final Method target;
176 public TestCase(Method target) {
250 public static Method getMethod(String name) throws Exception {
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java23 import java.lang.reflect.Method;
67 for (Method m: clazz.getDeclaredMethods()) { in printAnnotations()
138 Method meth; in testArrayProblem()
241 for (Method m: RenamedNoted.class.getDeclaredMethods()) { in main()
259 private static Method getRuntimeMethod;
260 private static Method getTargetSdkVersionMethod;
261 private static Method setTargetSdkVersionMethod;
/art/test/1970-force-early-return-long/src/art/
DTest1970.java28 import java.lang.reflect.Method;
674 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
684 final Method syncFunctionCalledFunction =
698 final Method syncCalledFunction =
740 final Method exceptionOnceCalledMethod =
754 final Method exceptionThrowCalledMethod =
763 final Method exceptionCatchThrowMethod =
779 final Method exceptionCatchCalledMethod =
803 final Method exceptionThrowFarCalledMethod =
845 final Method nativeCallerMethod = NativeCallerObject.class.getDeclaredMethod("calledFunction");
[all …]
/art/test/087-gc-after-link/src/
DMain.java18 import java.lang.reflect.Method;
85 Method meth = dexClass.getMethod("loadClass", String.class, ClassLoader.class); in findDexClass()
96 Method meth = dexClass.getMethod("close"); in findDexClass()
/art/test/496-checker-inlining-class-loader/src/
DMain.java18 import java.lang.reflect.Method;
68 Method method = dexFile.getClass().getDeclaredMethod( in loadClass()
131 Method m = foo.getDeclaredMethod("bar"); in main()
/art/test/712-varhandle-invocations/src/
DVarHandleReflectiveTest.java20 import java.lang.reflect.Method;
39 Method accessorMethod = in doTest()
/art/test/1956-pop-frame-jit-calling/src/
DMain.java20 import java.lang.reflect.Method;
52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/1955-pop-frame-jit-called/src/
DMain.java20 import java.lang.reflect.Method;
52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java21 import java.lang.reflect.Method;
99 invoke(Thread thread, Method target, Locals.VariableDescription TARGET_desc, int depth) in invoke()
112 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) { in NamedSet()
129 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) {
144 public final Method target;
146 public TestCase(Method target) {
220 public static Method getMethod(String name) throws Exception {
/art/libdexfile/dex/
Dclass_accessor.h91 class Method : public BaseItem {
115 Method(const DexFile& dex_file,
286 const dex::CodeItem* GetCodeItem(const Method& method) const;
318 IterationRange<DataIterator<Method>> GetMethods() const;
321 IterationRange<DataIterator<Method>> GetDirectMethods() const;
324 IterationRange<DataIterator<Method>> GetVirtualMethods() const;
383 IterationRange<DataIterator<Method>> GetMethodsInternal(size_t count) const;
/art/tools/class2greylist/src/com/android/class2greylist/
DMemberDumpingVisitor.java8 import org.apache.bcel.classfile.Method;
33 public void visitMethod(Method method) { in visitMethod()
/art/test/048-reflect-v8/src/
DDefaultDeclared.java17 import java.lang.reflect.Method;
47 Method m; in printGetMethod()

12345678910>>...17