Searched refs:bcimap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h242 intlist bcimap; member in struct:unpacker
H A Dunpack.cpp306 bcimap.free();
3709 uint len = bcimap.length();
3710 uint* map = (uint*) bcimap.base();
3749 bcimap.empty();
3782 bcimap.add(curPC);
3912 bcimap.add(++curPC);
4001 //bcimap.add(curPC); // PC limit is already also in map, from bc_end_marker
4003 // Armed with a bcimap, we can now fix up all the labels.

Completed in 43 milliseconds