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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp55 return calculate_adr_type(adr->bottom_type(), cross_check);
617 //----------------------calculate_adr_type-------------------------------------
620 const TypePtr* MemNode::calculate_adr_type(const Type* t, const TypePtr* cross_check) { function in class:MemNode
2615 return MemNode::calculate_adr_type(adr->bottom_type());

Completed in 50 milliseconds