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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.hpp51 JvmtiTagHashmap* _hashmap; // the hashmap
73 JvmtiTagHashmap* hashmap() { return _hashmap; } function in class:JvmtiTagMap
H A DjvmtiTagMap.cpp94 // A hashmap is essentially a table of pointers to entries. Entries
99 // A hashmap maintains a count of the number entries in the hashmap
102 // example a threshold of 0.75 will trigger the hashmap to resize
105 // A hashmap provides functions for adding, removing, and finding
107 // in the hashmap.
120 static int _sizes[]; // array of possible hashmap sizes
124 int _entry_count; // number of entries in the hashmap
128 bool _resizing_enabled; // indicates if hashmap can resize
138 // initialize the hashmap
623 post_callback_tag_update(oop o, JvmtiTagHashmap* hashmap, JvmtiTagHashmapEntry* entry, jlong obj_tag) argument
739 JvmtiTagHashmap* hashmap = _hashmap; local
3351 JvmtiTagHashmap* hashmap = this->hashmap(); local
[all...]

Completed in 1437 milliseconds