Searched refs:LEAF (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp547 #define LEAF(class_name, super_class_name) \ macro
571 LEAF(Phi, Instruction)
630 LEAF(Local, Instruction)
655 LEAF(Constant, Instruction)
755 LEAF(LoadField, AccessField)
771 LEAF(StoreField, AccessField)
819 LEAF(ArrayLength, AccessArray)
871 LEAF(LoadIndexed, AccessIndexed)
896 LEAF(StoreIndexed, AccessIndexed)
930 LEAF(NegateO
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DMethodNode.java79 super((method != null && method.getBytecodes().size() == 0) ? Children.LEAF : new MethodNodeChildren(method, graph, bciString));
H A DBytecodeNode.java51 super(Children.LEAF);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterNode.java58 super(Children.LEAF, new AbstractLookup(content));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DGraphNode.java60 super(Children.LEAF, new AbstractLookup(content));
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java48 private static final int LEAF = 0; // schema object (e.g. attribute type defn) field in class:LdapSchemaCtx
252 // Default is to create LEAF objects; caller will change after creation
255 LdapSchemaCtx ctx = new LdapSchemaCtx(LEAF, myEnv, info);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DFigureWidget.java167 node = new AbstractNode(Children.LEAF) {

Completed in 1228 milliseconds