Searched refs:type_dict (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp135 static Dict *type_dict() { function in class:Type
136 return Compile::current()->type_dict();
H A Dcompile.hpp745 Dict* type_dict() { return _type_dict; } function in class:Compile
H A Dtype.cpp477 Dict *tdic = type_dict();
800 tty->print("Types made: %d\n", type_dict()->Size());

Completed in 517 milliseconds