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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.cpp61 const BoxLockNode &bn = (const BoxLockNode &)n; local
62 return bn._slot == _slot && bn._is_eliminated == _is_eliminated;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp83 assert(bn >= BAND_LIMIT || bn <= 0
84 || bn == e_cp_Utf8_big_chars
86 || bn == e_file_options // preceded by conditional band
87 || u->rp == u->all_bands[bn-1].maxRP()
88 || u->all_bands[bn-1].defc == null);
163 sprintf(bp, "#%d/%d", bn, le_kind); bp += strlen(bp);
209 assert(lo_band.bn == hi_band.bn + 1);
278 int bn; member in struct:band_init
[all...]
H A Dbands.h35 int bn; // band_number of this band member in struct:band
66 bn = bn_;

Completed in 34 milliseconds