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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp93 static const TypePtr* calculate_adr_type(const Type* t, const TypePtr* cross_check = NULL);
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 327 milliseconds