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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp66 // of the list. _entry_count represents the number of reachable
70 // _entry_count. Elements in the parent's list that get killed can be
72 // next element in the list and decrementing _entry_count.
79 int _entry_count; member in class:ValueMap
85 int entry_count() { return _entry_count; }
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp124 int _entry_count; // number of entries in the hashmap member in class:JvmtiTagHashmap
143 _entry_count = 0;
244 assert(_entry_count > 0, "checking");
245 _entry_count--;
295 int entry_count() const { return _entry_count; }
325 _entry_count++;
3357 if (hashmap->_entry_count == 0) {
3438 int post_total = hashmap->_entry_count;

Completed in 170 milliseconds