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

/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/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...]

Completed in 41 milliseconds