Searched refs:youngest_jvms (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp852 JVMState* youngest_jvms = sfn->jvms(); local
853 int max_depth = youngest_jvms->depth();
862 JVMState* jvms = youngest_jvms->of_depth(depth);
1024 JVMState* youngest_jvms = _pending_jvms; local
1034 int max_depth = youngest_jvms->depth();
1038 JVMState* jvms = youngest_jvms->of_depth(depth);
H A Druntime.cpp1280 NamedCounter* OptoRuntime::new_named_counter(JVMState* youngest_jvms, NamedCounter::CounterTag tag) { argument
1281 int max_depth = youngest_jvms->depth();
1287 JVMState* jvms = youngest_jvms->of_depth(depth);
H A Dcallnode.cpp1665 JVMState* youngest_jvms = sfn->jvms(); local
1666 int max_depth = youngest_jvms->depth();
1668 JVMState* jvms = youngest_jvms->of_depth(depth);
H A DgraphKit.cpp842 JVMState* youngest_jvms = should_reexecute ? sync_jvms_for_reexecute() : sync_jvms(); local
856 assert(method() == youngest_jvms->method(), "sanity");
871 JVMState* out_jvms = youngest_jvms->clone_deep(C);
878 out_jvms->set_should_reexecute(true); //NOTE: youngest_jvms not changed
883 call->add_req_batch(top(), youngest_jvms->debug_depth());
884 assert(call->req() == non_debug_edges + youngest_jvms->debug_depth(), "");
899 for (JVMState* in_jvms = youngest_jvms; in_jvms != NULL; ) {
H A Dmacro.cpp1864 JVMState* youngest_jvms = sfn->jvms(); local
1865 int max_depth = youngest_jvms->depth();
1867 JVMState* jvms = youngest_jvms->of_depth(depth);

Completed in 70 milliseconds