Home
last modified time | relevance | path

Searched refs:_pop_count_table (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DbitMap.cpp488 BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
491 if (_pop_count_table == NULL) { in init_pop_count_table()
498 (intptr_t*) &_pop_count_table, in init_pop_count_table()
501 guarantee( _pop_count_table == (void*) res, "invariant" ); in init_pop_count_table()
521 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
522 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp115 static idx_t* _pop_count_table; member in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DbitMap.cpp488 BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
491 if (_pop_count_table == NULL) { in init_pop_count_table()
498 (intptr_t*) &_pop_count_table, in init_pop_count_table()
501 guarantee( _pop_count_table == (void*) res, "invariant" ); in init_pop_count_table()
521 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
522 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp115 static idx_t* _pop_count_table; member in VALUE_OBJ_CLASS_SPEC
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DbitMap.cpp634 const BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
637 if (_pop_count_table == NULL) { in init_pop_count_table()
643 if (!Atomic::replace_if_null(table, &_pop_count_table)) { in init_pop_count_table()
644 guarantee(_pop_count_table != NULL, "invariant"); in init_pop_count_table()
664 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
665 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp124 static const idx_t* _pop_count_table; member in BitMap
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DbitMap.cpp634 const BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
637 if (_pop_count_table == NULL) { in init_pop_count_table()
643 if (!Atomic::replace_if_null(table, &_pop_count_table)) { in init_pop_count_table()
644 guarantee(_pop_count_table != NULL, "invariant"); in init_pop_count_table()
664 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
665 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp124 static const idx_t* _pop_count_table; member in BitMap
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DbitMap.cpp634 const BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
637 if (_pop_count_table == NULL) { in init_pop_count_table()
643 if (!Atomic::replace_if_null(table, &_pop_count_table)) { in init_pop_count_table()
644 guarantee(_pop_count_table != NULL, "invariant"); in init_pop_count_table()
664 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
665 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp135 static const idx_t* _pop_count_table; member in BitMap
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DbitMap.cpp634 const BitMap::idx_t* BitMap::_pop_count_table = NULL; member in BitMap
637 if (_pop_count_table == NULL) { in init_pop_count_table()
643 if (!Atomic::replace_if_null(table, &_pop_count_table)) { in init_pop_count_table()
644 guarantee(_pop_count_table != NULL, "invariant"); in init_pop_count_table()
664 assert(_pop_count_table != NULL, "precondition"); in num_set_bits_from_table()
665 return _pop_count_table[c]; in num_set_bits_from_table()
H A DbitMap.hpp134 static const idx_t* _pop_count_table; member in BitMap