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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp39 // of pointers to bitvector chunks called BitBlocks. Each BitBlock has a fixed
41 // each BitBlock correspond to the elements of the set.
93 //------------------------------ class BitBlock ----------------------------
94 // The BitBlock class is a segment of a bitvector set.
96 class BitBlock : public ResourceObj { class in class:IndexSet
104 // A BitBlock is composed of some number of 32 bit words. When a BitBlock
110 BitBlock *_next;
115 void set_next(BitBlock *next) { _data._next = next; }
116 BitBlock *nex
[all...]

Completed in 30 milliseconds