Lines Matching defs:constantPoolOop

36   public int      getSize()                      { return getSize0            (constantPoolOop);        }
37 public Class getClassAt (int index) { return getClassAt0 (constantPoolOop, index); }
38 public Class getClassAtIfLoaded (int index) { return getClassAtIfLoaded0 (constantPoolOop, index); }
41 public Member getMethodAt (int index) { return getMethodAt0 (constantPoolOop, index); }
42 public Member getMethodAtIfLoaded(int index) { return getMethodAtIfLoaded0(constantPoolOop, index); }
43 public Field getFieldAt (int index) { return getFieldAt0 (constantPoolOop, index); }
44 public Field getFieldAtIfLoaded (int index) { return getFieldAtIfLoaded0 (constantPoolOop, index); }
47 public String[] getMemberRefInfoAt (int index) { return getMemberRefInfoAt0 (constantPoolOop, index); }
48 public int getIntAt (int index) { return getIntAt0 (constantPoolOop, index); }
49 public long getLongAt (int index) { return getLongAt0 (constantPoolOop, index); }
50 public float getFloatAt (int index) { return getFloatAt0 (constantPoolOop, index); }
51 public double getDoubleAt (int index) { return getDoubleAt0 (constantPoolOop, index); }
52 public String getStringAt (int index) { return getStringAt0 (constantPoolOop, index); }
53 public String getUTF8At (int index) { return getUTF8At0 (constantPoolOop, index); }
60 Reflection.registerFieldsToFilter(ConstantPool.class, new String[] { "constantPoolOop" });
64 private Object constantPoolOop;
66 private native int getSize0 (Object constantPoolOop);
67 private native Class getClassAt0 (Object constantPoolOop, int index);
68 private native Class getClassAtIfLoaded0 (Object constantPoolOop, int index);
69 private native Member getMethodAt0 (Object constantPoolOop, int index);
70 private native Member getMethodAtIfLoaded0(Object constantPoolOop, int index);
71 private native Field getFieldAt0 (Object constantPoolOop, int index);
72 private native Field getFieldAtIfLoaded0 (Object constantPoolOop, int index);
73 private native String[] getMemberRefInfoAt0 (Object constantPoolOop, int index);
74 private native int getIntAt0 (Object constantPoolOop, int index);
75 private native long getLongAt0 (Object constantPoolOop, int index);
76 private native float getFloatAt0 (Object constantPoolOop, int index);
77 private native double getDoubleAt0 (Object constantPoolOop, int index);
78 private native String getStringAt0 (Object constantPoolOop, int index);
79 private native String getUTF8At0 (Object constantPoolOop, int index);