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

/openjdk7/hotspot/src/share/vm/ci/
H A DciField.hpp108 BasicType layout_type() { return type2field[(_type == NULL) ? T_OBJECT : _type->basic_type()]; } function in class:ciField
111 int size_in_bytes() { return type2aelembytes(layout_type()); }

Completed in 30 milliseconds