Searched refs:invoke (Results 1 - 25 of 37) sorted by relevance

12

/dalvik/tests/044-proxy/src/
H A DClash.java65 public Object invoke(Object proxy, Method method, Object[] args) method in class:ClashInvocationHandler
H A DClash2.java55 public Object invoke(Object proxy, Method method, Object[] args) method in class:Clash2InvocationHandler
H A DClash3.java70 public Object invoke(Object proxy, Method method, Object[] args) method in class:Clash3InvocationHandler
H A DClash4.java72 public Object invoke(Object proxy, Method method, Object[] args) method in class:Clash4InvocationHandler
H A DBasicTest.java222 public Object invoke(Object proxy, Method method, Object[] args) method in class:MyInvocationHandler
251 result = method.invoke(mObj, args);
H A DWrappedThrow.java188 public Object invoke(Object proxy, Method method, Object[] args) method in class:WTInvocationHandler
232 result = method.invoke(mObj, args);
/dalvik/tests/087-gc-after-link/src/
H A DMain.java93 meth.invoke(dexFile, name, this);
98 meth.invoke(dexFile);
118 * otherwise invoke the super's loadClass method.
/dalvik/vm/mterp/armv5te/
H A DOP_INVOKE_INTERFACE.S8 * for: invoke-interface, invoke-interface/range
17 EXPORT_PC() @ must export for invoke
H A DOP_INVOKE_VIRTUAL_QUICK.S7 * for: [opt] invoke-virtual-quick, invoke-virtual-quick/range
21 EXPORT_PC() @ invoke must export
H A DOP_INVOKE_SUPER_QUICK.S7 * for: [opt] invoke-super-quick, invoke-super-quick/range
18 EXPORT_PC() @ must export for invoke
H A DOP_INVOKE_SUPER.S7 * for: invoke-super, invoke-super/range
25 EXPORT_PC() @ must export for invoke
39 EXPORT_PC() @ must export for invoke
H A DOP_INVOKE_DIRECT.S12 * for: invoke-direct, invoke-direct/range
25 EXPORT_PC() @ must export for invoke
H A DOP_INVOKE_VIRTUAL.S8 * for: invoke-virtual, invoke-virtual/range
21 EXPORT_PC() @ must export for invoke
H A DOP_INVOKE_STATIC.S7 * for: invoke-static, invoke-static/range
20 EXPORT_PC() @ must export for invoke
/dalvik/vm/mterp/mips/
H A DOP_INVOKE_INTERFACE.S8 * for: invoke-interface, invoke-interface/range
17 EXPORT_PC() # must export for invoke
H A DOP_INVOKE_VIRTUAL_QUICK.S7 * for: [opt] invoke-virtual-quick, invoke-virtual-quick/range
21 EXPORT_PC() # invoke must export
H A DOP_INVOKE_SUPER_QUICK.S7 * for: [opt] invoke-super-quick, invoke-super-quick/range
18 EXPORT_PC() # must export for invoke
H A DOP_INVOKE_SUPER.S7 * for: invoke-super, invoke-super/range
25 EXPORT_PC() # must export for invoke
46 EXPORT_PC() # must export for invoke
H A DOP_INVOKE_DIRECT.S12 * for: invoke-direct, invoke-direct/range
24 EXPORT_PC() # must export for invoke
H A DOP_INVOKE_VIRTUAL.S8 * for: invoke-virtual, invoke-virtual/range
20 EXPORT_PC() # must export for invoke
/dalvik/dx/tests/115-merge/com/android/dx/merge/
H A DDexMergeTest.java51 (byte[]) fillArrayData.getMethod("newByteArray").invoke(null)));
54 (char[]) fillArrayData.getMethod("newCharArray").invoke(null)));
57 (long[]) fillArrayData.getMethod("newLongArray").invoke(null)));
69 tryCatchFinally.getDeclaredMethod("method").invoke(null);
/dalvik/tests/086-null-super/src/
H A DMain.java91 meth.invoke(mDexFile, name, this);
109 * otherwise invoke the super's loadClass method.
/dalvik/tests/046-reflect/src/
H A DMain.java72 meth.invoke(instance);
87 meth.invoke(instance);
88 System.err.println("inner-method invoke unexpectedly worked");
140 boxval = (Integer) meth.invoke(instance, argList);
141 System.out.println("Result of invoke: " + boxval.intValue());
145 meth.invoke(instance, (Object[]) null);
150 meth.invoke(instance, (Object[]) null);
158 System.out.println("GLITCH: invoke got wrong exception:");
368 m.invoke(null, new Object(), Object.class);
379 m.invoke(nul
[all...]
/dalvik/vm/compiler/
H A DInlineTransformation.cpp22 static inline u4 convertRegId(const DecodedInstruction *invoke, argument
31 return invoke->arg[rank];
33 return invoke->vC + rank;
101 * interpreter and re-execute the invoke.
187 * interpreter and re-execute the invoke.
212 * The invoke becomes no-op so it needs an explicit branch to jump to
239 /* The original invoke instruction is effectively turned into NOP */
309 * Analyze the basic block containing an invoke to see if it can be inlined
320 /* No invoke - continue */
329 * If the invoke itsel
[all...]
/dalvik/tests/068-classloader/src/
H A DFancyLoader.java121 meth.invoke(mDexFile, name, this);
221 * (Since we're not in java.lang, we can't actually invoke the

Completed in 292 milliseconds

12