Searched refs:declared (Results 1 – 3 of 3) sorted by relevance
2 throws lists (that is, list of declared exceptions on methods) get
12 These methods should not be declared "synchronized", because we don't
1179 u4 declared = clazz->sfieldCount + clazz->ifieldCount; in dvmDbgOutputAllFields() local1180 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllFields()1218 u4 declared; in dvmDbgOutputAllMethods() local1226 declared = clazz->directMethodCount + clazz->virtualMethodCount; in dvmDbgOutputAllMethods()1227 expandBufAdd4BE(pReply, declared); in dvmDbgOutputAllMethods()