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

/openjdk7/hotspot/src/share/vm/code/
H A DpcDesc.cpp58 if (sd->should_reexecute())
H A DpcDesc.hpp74 bool should_reexecute() const { return (_flags & PCDESC_reexecute) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DscopeDesc.hpp73 bool should_reexecute() const { return _reexecute; } function in class:ScopeDesc
H A DscopeDesc.cpp185 st->print_cr(" reexecute: %s", should_reexecute() ? "true" : "false");
H A Dnmethod.cpp1088 pd->obj_decode_offset(), pd->should_reexecute(),
2289 pd->obj_decode_offset(), pd->should_reexecute(),
2555 p->obj_decode_offset(), p->should_reexecute(),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp35 bool should_reexecute() const;
H A DvframeArray.hpp69 bool should_reexecute(void) const { return _reexecute; } function in class:vframeArrayElement
H A Dvframe_hp.cpp297 bool compiledVFrame::should_reexecute() const { function in class:compiledVFrame
304 return scope()->should_reexecute();
H A DvframeArray.cpp65 _reexecute = vf->should_reexecute();
178 } else if (should_reexecute()) { //reexecute this bytecode
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp254 ScopeDesc sc0(nm, pcd->scope_decode_offset(), pcd->should_reexecute(), pcd->return_oop());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp230 bool should_reexecute();
241 bool reexecute = topmost ? should_reexecute() : false;
H A Dc1_IR.cpp171 bool IRScopeDebugInfo::should_reexecute() { function in class:IRScopeDebugInfo
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp57 assert(!caller_jvms->should_reexecute(), "there should be no reexecute bytecode with inlining");
H A Doutput.cpp956 assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest");
958 debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals);
1040 assert(!jvms->should_reexecute() || depth==max_depth, "reexecute allowed only for the youngest");
1041 debug_info->describe_scope(pc_offset, method, jvms->bci(), jvms->should_reexecute());
H A DgraphKit.cpp841 const bool should_reexecute = jvms()->should_reexecute(); local
842 JVMState* youngest_jvms = should_reexecute ? sync_jvms_for_reexecute() : sync_jvms();
847 assert(!is_LibraryCallKit() || (jvms()->should_reexecute() == should_reexecute),
H A Dcallnode.hpp249 bool should_reexecute() const { return _reexecute==Reexecute_True; } function in class:JVMState
H A Dcallnode.cpp533 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");

Completed in 92 milliseconds