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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp748 int num_alias_types() { return _num_alias_types; } function in class:Compile
765 AliasType* alias_type(int idx) { assert(idx < num_alias_types(), "oob"); return _alias_types[idx]; }

Completed in 62 milliseconds