Lines Matching refs:index

51      * @return the constant pool index of the Utf8Constant.
59 for (int index = 1; index < constantPoolCount; index++)
61 Constant constant = constantPool[index];
69 return index;
80 * @return the constant pool index of the LongConstant.
88 for (int index = 1; index < constantPoolCount; index++)
90 Constant constant = constantPool[index];
98 return index;
110 * @return the constant pool index of the FloatConstant.
118 for (int index = 1; index < constantPoolCount; index++)
120 Constant constant = constantPool[index];
128 return index;
140 * @return the constant pool index of the DoubleConstant.
148 for (int index = 1; index < constantPoolCount; index++)
150 Constant constant = constantPool[index];
158 return index;
170 * @return the constant pool index of the StringConstant.
180 for (int index = 1; index < constantPoolCount; index++)
182 Constant constant = constantPool[index];
190 return index;
203 * given bootstrap method constant pool entry index, method name, and
205 * @return the constant pool index of the InvokeDynamicConstant.
220 * class constant pool entry index and name and type constant pool entry
221 * index.
222 * @return the constant pool index of the InvokeDynamicConstant.
232 for (int index = 1; index < constantPoolCount; index++)
234 Constant constant = constantPool[index];
243 return index;
257 * or method ref constant pool entry index.
258 * @return the constant pool index of the MethodHandleConstant.
267 for (int index = 1; index < constantPoolCount; index++)
269 Constant constant = constantPool[index];
278 return index;
291 * @return the constant pool index of the FieldrefConstant.
307 * @return the constant pool index of the FieldrefConstant.
325 * @return the constant pool index of the FieldrefConstant.
341 * class constant pool entry index, field name, and descriptor.
342 * @return the constant pool index of the FieldrefConstant.
359 * class constant pool entry index and name and type constant pool entry
360 * index.
361 * @return the constant pool index of the FieldrefConstant.
372 for (int index = 1; index < constantPoolCount; index++)
374 Constant constant = constantPool[index];
383 return index;
398 * @return the constant pool index of the InterfaceMethodrefConstant.
416 * @return the constant pool index of the InterfaceMethodrefConstant.
433 * @return the constant pool index of the InterfaceMethodrefConstant.
448 * given class constant pool entry index, method name, and descriptor.
449 * @return the constant pool index of the InterfaceMethodrefConstant.
466 * given class constant pool entry index and name and type constant pool
467 * entry index.
468 * @return the constant pool index of the InterfaceMethodrefConstant.
479 for (int index = 1; index < constantPoolCount; index++)
481 Constant constant = constantPool[index];
490 return index;
505 * @return the constant pool index of the MethodrefConstant.
521 * @return the constant pool index of the MethodrefConstant.
539 * @return the constant pool index of the MethodrefConstant.
555 * class constant pool entry index, method name, and descriptor.
556 * @return the constant pool index of the MethodrefConstant.
573 * class constant pool entry index and name and type constant pool entry
574 * index.
575 * @return the constant pool index of the MethodrefConstant.
586 for (int index = 1; index < constantPoolCount; index++)
588 Constant constant = constantPool[index];
597 return index;
611 * @return the constant pool index of the ClassConstant.
622 * @return the constant pool index of the ClassConstant.
631 for (int index = 1; index < constantPoolCount; index++)
633 Constant constant = constantPool[index];
641 return index;
655 * @return the constant pool index of the MethodTypeConstant.
663 for (int index = 1; index < constantPoolCount; index++)
665 Constant constant = constantPool[index];
673 return index;
685 * @return the constant pool index of the NameAndTypeConstant.
694 for (int index = 1; index < constantPoolCount; index++)
696 Constant constant = constantPool[index];
705 return index;
717 * @return the constant pool index of the Utf8Constant.
725 for (int index = 1; index < constantPoolCount; index++)
727 Constant constant = constantPool[index];
735 return index;
746 * @return the constant pool index for the added entry.
765 System.out.println(targetClass.getName()+": adding ["+constant.getClass().getName()+"] at index "+targetClass.u2constantPoolCount);