Searched refs:getEnv (Results 26 - 50 of 56) sorted by relevance

123

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialInterfaceType.java144 BatchEnvironment env = stack.getEnv();
H A DContextStack.java121 public BatchEnvironment getEnv() { method in class:ContextStack
H A DCompoundType.java824 BatchEnvironment env = stack.getEnv();
1901 enclosing.getEnv(),
H A DStubGenerator.java119 return stack.getEnv().getParseNonConforming();
263 BatchEnvironment theEnv = topType.getEnv();
/openjdk7/jdk/src/share/back/
H A DdebugLoop.c209 debugInit_reset(getEnv());
H A DinStream.c426 value.l = inStream_readObjectRef(getEnv(), stream);
487 (void)bagEnumerateOver(stream->refs, deleteRef, (void *)getEnv());
H A DArrayReferenceImpl.c34 JNIEnv *env = getEnv();
231 JNIEnv *env = getEnv();
478 JNIEnv *env = getEnv();
H A Dinvoker.c294 JNIEnv *env = getEnv();
632 env = getEnv();
672 JNIEnv *env = getEnv();
H A Dutil.c489 JNIEnv *env = getEnv();
545 env = getEnv();
828 getEnv(void) function
846 JNIEnv *env = getEnv();
1584 JNIEnv *env = getEnv();
1591 JNIEnv *env = getEnv();
1598 JNIEnv *env = getEnv();
1605 JNIEnv *env = getEnv();
1612 JNIEnv *env = getEnv();
1619 JNIEnv *env = getEnv();
[all...]
H A DArrayTypeImpl.c214 env = getEnv();
H A DeventHelper.c999 JNIEnv *env = getEnv();
1037 JNIEnv *env = getEnv();
1079 JNIEnv *env = getEnv();
1113 JNIEnv *env = getEnv();
H A DEventRequestImpl.c280 serror = readAndSetFilters(getEnv(), in, node, filterCount);
H A Dutil.h344 JNIEnv *getEnv(void);
H A DeventHandler.c254 env = getEnv();
721 JNIEnv *env = getEnv();
1399 JNIEnv *env = getEnv();
H A DoutStream.c491 commonRef_release(getEnv(), *idPtr);
H A DstepControl.c714 env = getEnv();
/openjdk7/langtools/test/tools/javac/6402516/
H A DChecker.java118 System.err.println("javac: " + (s == null ? null : ((JavacScope) s).getEnv()));
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DDeclarationImpl.java251 ? env.enter.getEnv(ts)
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h77 JNIEnv * getEnv(void);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java151 public Env<AttrContext> getEnv(TypeSymbol sym) { method in class:Enter
156 Env<AttrContext> localEnv = getEnv(sym);
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java489 public BatchEnvironment getEnv() { method in class:Main
516 BatchEnvironment env = getEnv();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DClassDocImpl.java780 Env<AttrContext> compenv = env.enter.getEnv(tsym);
1081 Env<AttrContext> compenv = env.enter.getEnv(tsym);
1123 Env<AttrContext> compenv = env.enter.getEnv(tsym);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java761 if (enter.getEnv(c) == null) {
766 if (enter.getEnv(tree.packge) == null) {
1314 Env<AttrContext> stEnv = enter.getEnv(c);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java159 Env<AttrContext> env = enter.getEnv(enclosing);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacElements.java621 ? enter.getEnv(ts)

Completed in 112 milliseconds

123