Searched defs:throws (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/reflect/
H A DProxy.cpp35 Method** outMethods, ArrayObject* throws);
38 static void updateExceptionClassList(const Method* method, PointerSet* throws);
70 ArrayObject* throws = NULL; local
142 if (!gatherMethods(interfaces, &methods, &throws, &methodCount)) {
180 sfield->name = "throws";
183 dvmSetStaticFieldObject(sfield, (Object*)throws);
222 dvmReleaseTrackedAlloc((Object*) throws, NULL);
242 ArrayObject* throws = NULL; local
322 throws = dvmAllocArrayByClass(arrArrClass, allCount, ALLOC_DEFAULT);
327 actualCount = copyWithoutDuplicates(allMethods, allCount, methods, throws);
641 updateExceptionClassList(const Method* method, PointerSet* throws) argument
1003 const ArrayObject* throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); local
[all...]

Completed in 51 milliseconds