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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp34 int ValueMap::_number_of_finds = 0;
35 int ValueMap::_number_of_hits = 0;
36 int ValueMap::_number_of_kills = 0;
47 ValueMap::ValueMap() function in class:ValueMap
57 ValueMap::ValueMap(ValueMap* old) function in class:ValueMap
70 void ValueMap::increase_table_size() {
109 Value ValueMap
[all...]
H A Dc1_ValueMap.hpp59 // ValueMap implements nested hash tables for value numbering. It
63 // which indicates what ValueMap nesting it belongs to. Higher
67 // entries in the ValueMap. A ValueMap is only allowed to mutate
74 class ValueMap: public CompilationResourceObj { class in inherits:CompilationResourceObj
110 ValueMap(); // empty value map
111 ValueMap(ValueMap* old); // value map with increased nesting
120 void kill_map(ValueMap* map);
132 define_array(ValueMapArray, ValueMap*)
[all...]

Completed in 30 milliseconds