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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp115 class AliasType { class in class:Compile
351 AliasType** _alias_types; // List of alias types seen so far.
765 AliasType* alias_type(int idx) { assert(idx < num_alias_types(), "oob"); return _alias_types[idx]; }
766 AliasType* alias_type(const TypePtr* adr_type, ciField* field = NULL) { return find_alias_type(adr_type, false, field); }
768 AliasType* alias_type(ciField* field);
1044 // Management of the AliasType table.
1048 AliasType* find_alias_type(const TypePtr* adr_type, bool no_create, ciField* field);

Completed in 55 milliseconds