Lines Matching refs:ArrayObject
32 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,\
33 ArrayObject** pThrows, int* pMethodCount);
35 Method** outMethods, ArrayObject* throws);
129 ClassObject* dvmGenerateProxyClass(StringObject* str, ArrayObject* interfaces, in dvmGenerateProxyClass()
135 ArrayObject* throws = NULL; in dvmGenerateProxyClass()
292 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods, in gatherMethods()
293 ArrayObject** pThrows, int* pMethodCount) in gatherMethods()
296 ArrayObject* throws = NULL; in gatherMethods()
426 Method** outMethods, ArrayObject* throwLists) in copyWithoutDuplicates()
539 ArrayObject* throwArray; in copyWithoutDuplicates()
580 ArrayObject* exceptionArray = dvmGetMethodThrows(allMethods[i]); in copyWithoutDuplicates()
620 static void reduceExceptionClassList(ArrayObject* exceptionArray) in reduceExceptionClassList()
655 ArrayObject* exceptionArray = NULL; in createExceptionClassList()
701 ArrayObject* exceptionArray = dvmGetMethodThrows(method); in updateExceptionClassList()
838 static ArrayObject* boxMethodArgs(const Method* method, const u4* args) in boxMethodArgs()
841 ArrayObject* argArray = NULL; in boxMethodArgs()
935 ArrayObject* argArray = NULL; in proxyInvoker()
1056 const ArrayObject* throws; in mustWrapException()
1057 const ArrayObject* methodThrows; in mustWrapException()
1065 throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); in mustWrapException()
1071 methodThrows = (ArrayObject*) contents[methodIndex]; in mustWrapException()