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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp150 struct AliasCacheEntry { const TypePtr* _adr_type; int _index; }; // simple duple type struct in class:Compile
354 AliasCacheEntry _alias_cache[AliasCacheSize]; // Gets aliases w/o data structure walking
1046 AliasCacheEntry* probe_alias_cache(const TypePtr* adr_type);

Completed in 28 milliseconds