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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java81 * class enter -> (Enter.uncompleted) --> member enter (1)
92 public class Enter extends JCTree.Visitor { class in inherits:JCTree.Visitor
93 protected static final Context.Key<Enter> enterKey =
94 new Context.Key<Enter>();
111 public static Enter instance(Context context) {
112 Enter instance = context.get(enterKey);
114 instance = new Enter(context);
118 protected Enter(Context context) { method in class:Enter
378 // Enter class into `compiled' table and enclosing scope.
415 // Enter typ
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.h105 (const_cast<CriticalSection &>(critSec)).Enter();
122 virtual void Enter() { function in class:CriticalSection
139 (cs).Enter(); \
141 "CS.Enter: tid, cs, file, line = 0x%x, 0x%x, %s, %d", \

Completed in 34 milliseconds