OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numOfItems
(Results
1 - 2
of
2
) sorted by null
/external/javassist/src/main/javassist/bytecode/
ConstPool.java
35
int
numOfItems
;
127
numOfItems
= 0;
147
/* read() initializes items and
numOfItems
, and do addItem(null).
163
return
numOfItems
;
668
return
numOfItems
++;
733
info = new ClassInfo(utf8,
numOfItems
);
967
info = new Utf8Info(utf8,
numOfItems
);
982
int size =
numOfItems
;
999
int size =
numOfItems
;
1016
int size =
numOfItems
;
[
all
...]
StackMapTable.java
318
int
numOfItems
= ByteArray.readU16bit(info, p);
319
int[] itemsTags = new int[
numOfItems
];
320
int[] itemsData = new int[
numOfItems
];
321
p = verifyTypeInfo(p + 2,
numOfItems
, itemsTags, itemsData);
Completed in 447 milliseconds