Searched refs:dvmGetMethodThrows (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/reflect/
H A DReflect.h171 ArrayObject* dvmGetMethodThrows(const Method* method);
H A DProxy.cpp527 ArrayObject* exceptionArray = dvmGetMethodThrows(allMethods[i]);
605 exceptionArray = dvmGetMethodThrows(method);
647 ArrayObject* exceptionArray = dvmGetMethodThrows(method);
H A DReflect.cpp424 exceptions = dvmGetMethodThrows(meth);
572 exceptions = dvmGetMethodThrows(meth);
H A DAnnotation.cpp1780 ArrayObject* dvmGetMethodThrows(const Method* method) function

Completed in 66 milliseconds