Searched refs:field_type_should_be_aligned (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.inline.hpp40 inline bool Universe::field_type_should_be_aligned(BasicType type) { function in class:Universe
H A Duniverse.hpp396 static inline bool field_type_should_be_aligned(BasicType type);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3285 (Universe::field_type_should_be_aligned(T_DOUBLE) ||
3286 Universe::field_type_should_be_aligned(T_LONG)) ) {

Completed in 78 milliseconds