Searched refs:unwind (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java396 Env<GenContext> unwind(JCTree target, Env<GenContext> env) { method in class:Gen
1553 // note: for break, continue, and return we don't take unwind() into account.
1642 Env<GenContext> targetEnv = unwind(tree.target, env);
1649 Env<GenContext> targetEnv = unwind(tree.target, env);
1664 targetEnv = unwind(env.enclMethod, env);
1668 targetEnv = unwind(env.enclMethod, env);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1966 bool unwind = false; local
1969 unwind = true;
1980 unwind = !x->exception_handlers()->could_catch(throw_klass, type_is_exact);
1997 unwind = false;
2003 if (unwind) {

Completed in 46 milliseconds