Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/iface/
DMethod.java24 public interface Method interface
/dalvik/vm/oo/
DObject.h44 typedef struct Method Method; typedef
472 struct Method { struct
489 * Method bounds; not needed for an abstract method. argument
502 * Method prototype descriptor string (return and argument types). argument
509 DexProto prototype;
512 const char* shorty;
521 const u2* insns; /* instructions, in memory-mapped .dex */
524 int jniArgInfo;
533 DalvikBridgeFunc nativeFunc;
540 const RegisterMap* registerMap;
[all …]
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
DMethod.java50 public final class Method extends AccessibleObject implements GenericDeclaration, Member { class
89 /*package*/ Method(Method orig) { in Method() method in Method
99 …private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnT… in Method() method in Method