Lines Matching refs:Method
69 Method* dvmSlotToMethod(ClassObject* clazz, int slot);
102 ClassObject* dvmGetBoxedReturnType(const Method* meth);
108 Method* dvmGetMethodFromReflectObj(Object* obj);
110 Object* dvmCreateReflectObjForMethod(const ClassObject* clazz, Method* method);
117 INLINE bool dvmIsReflectionMethod(const Method* method) in dvmIsReflectionMethod()
131 Object* dvmCreateReflectMethodObject(const Method* meth);
140 ArrayObject* dvmGetMethodAnnotations(const Method* method);
142 ArrayObject* dvmGetParameterAnnotations(const Method* method);
148 Object* dvmGetMethodAnnotation(const ClassObject* clazz, const Method* method,
157 bool dvmIsMethodAnnotationPresent(const ClassObject* clazz, const Method* method,
165 Object* dvmGetAnnotationDefaultValue(const Method* method);
171 ArrayObject* dvmGetMethodThrows(const Method* method);
177 ArrayObject* dvmGetMethodSignatureAnnotation(const Method* method);