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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DMethodAccessorGenerator.java534 count += (byte) typeSizeInStackSlots(paramType);
602 typeSizeInStackSlots(c));
645 typeSizeInStackSlots(returnType));
651 typeSizeInStackSlots(returnType));
655 typeSizeInStackSlots(returnType));
666 typeSizeInStackSlots(returnType),
H A DAccessorGenerator.java690 protected int typeSizeInStackSlots(Class c) { method in class:AccessorGenerator

Completed in 43 milliseconds