Searched refs:cpindex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h34 struct cpindex;
38 struct cpindex { struct
70 cpindex tag_index[CONSTANT_Limit];
73 cpindex* member_indexes; // indexed by 2*CONSTANT_Class.inord
74 cpindex* getFieldIndex(entry* classRef);
75 cpindex* getMethodIndex(entry* classRef);
113 cpindex* getIndex(byte tag) {
117 cpindex* getKQIndex(); // uses cur_descr
H A Dbands.h28 struct cpindex;
37 cpindex* ix; // CP entry mapping, if CPRefBand
86 void setIndex(cpindex* ix_);
106 entry* getRefUsing(cpindex* ix2)
108 entry* getRefCommon(cpindex* ix, bool nullOK);
H A Dbands.cpp180 void band::setIndex(cpindex* ix_) {
188 entry* band::getRefCommon(cpindex* ix_, bool nullOKwithCaller) {
H A Dunpack.cpp217 entry* cpindex::get(uint i) {
269 inline cpindex* cpool::getFieldIndex(entry* classRef) {
275 inline cpindex* cpool::getMethodIndex(entry* classRef) {
1358 cpindex* ix = &cp.tag_index[tag];
3156 cpindex* all_indexes = U_NEW(cpindex, nclasses*2);
3212 cpindex* fix = getFieldIndex(cls);
3213 cpindex* mix = getMethodIndex(cls);
3688 cpindex* cpool::getKQIndex() {
3892 cpindex* i
[all...]
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java541 int cpindex = -1;
543 ++cpindex;
545 char mark = poolMarks[cpindex];
583 poolMarks[cpindex] = mark;

Completed in 53 milliseconds