Searched refs:numOfItems (Results 1 – 2 of 2) sorted by relevance
35 int numOfItems; field in ConstPool127 numOfItems = 0; in ConstPool()163 return numOfItems; in getSize()668 return numOfItems++; in addItem()733 info = new ClassInfo(utf8, numOfItems); in addClassInfo()967 info = new Utf8Info(utf8, numOfItems); in addUtf8Info()982 int size = numOfItems; in getClassNames()999 int size = numOfItems; in renameClass()1016 int size = numOfItems; in renameClass()1029 numOfItems = 0; in read()[all …]
318 int numOfItems = ByteArray.readU16bit(info, p); in fullFrame() local319 int[] itemsTags = new int[numOfItems]; in fullFrame()320 int[] itemsData = new int[numOfItems]; in fullFrame()321 p = verifyTypeInfo(p + 2, numOfItems, itemsTags, itemsData); in fullFrame()