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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp470 BitMap::idx_t* BitMap::_pop_count_table = NULL; member in class:BitMap
473 if (_pop_count_table == NULL) {
480 (intptr_t*) &_pop_count_table,
483 guarantee( _pop_count_table == (void*) res, "invariant" );
503 assert(_pop_count_table != NULL, "precondition");
504 return _pop_count_table[c];
H A DbitMap.hpp109 static idx_t* _pop_count_table; member in class:VALUE_OBJ_CLASS_SPEC

Completed in 33 milliseconds