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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp282 int type2aelembytes(BasicType t, bool allow_address) { argument
283 assert(allow_address || t != T_ADDRESS, " ");
H A DglobalDefinitions.hpp578 extern int type2aelembytes(BasicType t, bool allow_address = false); // asserts
580 inline int type2aelembytes(BasicType t, bool allow_address = false) { return _type2aelembytes[t]; }

Completed in 36 milliseconds