Lines Matching refs:ArrayObject
32 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,\
33 ArrayObject** pThrows, int* pMethodCount);
35 Method** outMethods, ArrayObject* throws);
66 ClassObject* dvmGenerateProxyClass(StringObject* str, ArrayObject* interfaces, in dvmGenerateProxyClass()
70 ArrayObject* throws = NULL; in dvmGenerateProxyClass()
239 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods, in gatherMethods()
240 ArrayObject** pThrows, int* pMethodCount) in gatherMethods()
243 ArrayObject* throws = NULL; in gatherMethods()
375 Method** outMethods, ArrayObject* throwLists) in copyWithoutDuplicates()
487 ArrayObject* throwArray; in copyWithoutDuplicates()
528 ArrayObject* exceptionArray = dvmGetMethodThrows(allMethods[i]); in copyWithoutDuplicates()
568 static void reduceExceptionClassList(ArrayObject* exceptionArray) in reduceExceptionClassList()
603 ArrayObject* exceptionArray = NULL; in createExceptionClassList()
648 ArrayObject* exceptionArray = dvmGetMethodThrows(method); in updateExceptionClassList()
791 static ArrayObject* boxMethodArgs(const Method* method, const u4* args) in boxMethodArgs()
799 ArrayObject* argArray = dvmAllocArrayByClass(gDvm.classJavaLangObjectArray, in boxMethodArgs()
876 ArrayObject* argArray = NULL; in proxyInvoker()
1004 const ArrayObject* throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); in mustWrapException()
1010 const ArrayObject* methodThrows = (ArrayObject*) contents[methodIndex]; in mustWrapException()