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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeInfoSetImpl.java79 * All the leaves.
138 Map<T,? extends BuiltinLeafInfoImpl<T,C>> leaves) {
141 this.builtins.putAll(leaves);
147 this.builtins.put( nav.getPrimitive(e.getKey()), leaves.get(nav.ref(e.getValue())) );
136 TypeInfoSetImpl(Navigator<T,C,F,M> nav, AnnotationReader<T,C,F,M> reader, Map<T,? extends BuiltinLeafInfoImpl<T,C>> leaves) argument
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp829 // Return the number of leaves below this complex operand
1015 // Proceed through the leaves of the match-tree and check for ConPs
2060 // Return the number of leaves below this complex operand
2094 uint leaves = num_leaves(); local
2097 // If we are matching a constant directly, there are no leaves.
2098 edges = ( leaves > consts ) ? leaves - consts : 0;
3355 // Count occurrences of operands names in the leaves of the instruction

Completed in 44 milliseconds