Searched defs:ConstantTable (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ | ||
H A D | compile.hpp | 193 class ConstantTable { class in class:Compile 208 ConstantTable() : function in class:Compile::ConstantTable 327 ConstantTable _constant_table; // The constant table for this compile. 710 ConstantTable& constant_table() { return _constant_table; } |
Completed in 28 milliseconds