Lines Matching refs:ArrayObject
32 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,\
33 ArrayObject** pThrows, int* pMethodCount);
35 Method** outMethods, ArrayObject* throws);
130 ClassObject* dvmGenerateProxyClass(StringObject* str, ArrayObject* interfaces, in dvmGenerateProxyClass()
136 ArrayObject* throws = NULL; in dvmGenerateProxyClass()
301 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods, in gatherMethods()
302 ArrayObject** pThrows, int* pMethodCount) in gatherMethods()
305 ArrayObject* throws = NULL; in gatherMethods()
435 Method** outMethods, ArrayObject* throwLists) in copyWithoutDuplicates()
547 ArrayObject* throwArray; in copyWithoutDuplicates()
588 ArrayObject* exceptionArray = dvmGetMethodThrows(allMethods[i]); in copyWithoutDuplicates()
628 static void reduceExceptionClassList(ArrayObject* exceptionArray) in reduceExceptionClassList()
663 ArrayObject* exceptionArray = NULL; in createExceptionClassList()
709 ArrayObject* exceptionArray = dvmGetMethodThrows(method); in updateExceptionClassList()
846 static ArrayObject* boxMethodArgs(const Method* method, const u4* args) in boxMethodArgs()
849 ArrayObject* argArray = NULL; in boxMethodArgs()
943 ArrayObject* argArray = NULL; in proxyInvoker()
1063 const ArrayObject* throws; in mustWrapException()
1064 const ArrayObject* methodThrows; in mustWrapException()
1072 throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); in mustWrapException()
1078 methodThrows = (ArrayObject*) contents[methodIndex]; in mustWrapException()