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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1671 const Type* mach_at = mach->adr_type(); local
1674 if (m->adr_type() != mach_at &&
1681 mach_at = m->adr_type();
1683 if (m->adr_type() != mach_at) {
1688 assert(m->adr_type() == mach_at, "matcher should not change adr type");

Completed in 37 milliseconds