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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp871 JVMState* out_jvms = youngest_jvms->clone_deep(C); local
872 call->set_jvms(out_jvms); // Start jvms list for call node
876 if (out_jvms->is_reexecute_undefined() && //don't change if already specified
877 should_reexecute_implied_by_bytecode(out_jvms, call->is_AllocateArray())) {
878 out_jvms->set_should_reexecute(true); //NOTE: youngest_jvms not changed
907 out_jvms->set_map(call);
910 assert(in_jvms->method() == out_jvms->method(), "sanity");
922 out_jvms->set_locoff(p);
933 out_jvms->set_stkoff(p);
953 out_jvms
[all...]

Completed in 35 milliseconds