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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp647 JVMState* jvmsp = jvms->of_depth(d); local
649 assert(jvmsp->method() == iltp->method(), "tree still in sync");
651 InlineTree* sub = iltp->callee_at(jvmsp->bci(), d_callee);
654 sub = iltp->build_inline_tree_for_callee(d_callee, jvmsp, jvmsp->bci());
H A DgraphKit.cpp174 for (JVMState* jvmsp = jvms(); jvmsp != NULL; jvmsp = jvmsp->caller()) {
175 if (jvmsp->has_method() && jvmsp->method()->has_exception_handlers()) {

Completed in 45 milliseconds