Searched defs:ix_ (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp180 void band::setIndex(cpindex* ix_) { argument
181 assert(ix_ == null || ixTag == ix_->ixTag);
182 ix = ix_;
188 entry* band::getRefCommon(cpindex* ix_, bool nullOKwithCaller) { argument
190 if (ix_ == NULL) {
194 assert(ix_->ixTag == ixTag
196 && ix_->ixTag >= CONSTANT_Integer
197 && ix_->ixTag <= CONSTANT_String));
201 entry *ref = ix_
[all...]

Completed in 31 milliseconds