Lines Matching refs:Method
63 Method* dvmSlotToMethod(ClassObject* clazz, int slot);
96 ClassObject* dvmGetBoxedReturnType(const Method* meth);
102 Method* dvmGetMethodFromReflectObj(Object* obj);
104 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method);
111 INLINE bool dvmIsReflectionMethod(const Method* method) in dvmIsReflectionMethod()
125 Object* dvmCreateReflectMethodObject(const Method* meth);
134 ArrayObject* dvmGetMethodAnnotations(const Method* method);
136 ArrayObject* dvmGetParameterAnnotations(const Method* method);
141 Object* dvmGetAnnotationDefaultValue(const Method* method);
147 ArrayObject* dvmGetMethodThrows(const Method* method);
153 ArrayObject* dvmGetMethodSignatureAnnotation(const Method* method);