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

/openjdk9/hotspot/src/share/vm/code/
H A DpcDesc.hpp77 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.cpp169 if (should_reexecute()) {
191 st->print_cr(" reexecute: %s", should_reexecute() ? "true" : "false");
H A DcompiledMethod.cpp216 pd->obj_decode_offset(), pd->should_reexecute(), pd->rethrow_exception(),
H A Dnmethod.cpp2164 pd->obj_decode_offset(), pd->should_reexecute(), pd->rethrow_exception(),
2524 p->obj_decode_offset(), p->should_reexecute(), p->rethrow_exception(),
2701 st->print(" {reexecute=%d rethrow=%d return_oop=%d}", sd->should_reexecute(), sd->rethrow_exception(), sd->return_oop());
/openjdk9/hotspot/src/share/vm/runtime/
H A Dvframe_hp.hpp35 bool should_reexecute() const;
H A DvframeArray.hpp72 bool should_reexecute(void) const { return _reexecute; } function in class:vframeArrayElement
H A Dvframe_hp.cpp301 bool compiledVFrame::should_reexecute() const { function in class:compiledVFrame
308 return scope()->should_reexecute();
H A DvframeArray.cpp65 _reexecute = vf->should_reexecute();
187 } else if (should_reexecute()) { //reexecute this bytecode
H A Ddeoptimization.cpp752 (is_top_frame && (exec_mode == Unpack_uncommon_trap || exec_mode == Unpack_reexecute || el->should_reexecute()) &&
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp267 ScopeDesc sc0(nm, pcd->scope_decode_offset(), pcd->should_reexecute(), pcd->rethrow_exception(), pcd->return_oop());
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp233 bool should_reexecute();
244 bool reexecute = topmost ? should_reexecute() : false;
H A Dc1_IR.cpp172 bool IRScopeDebugInfo::should_reexecute() { function in class:IRScopeDebugInfo
/openjdk9/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp62 assert(!caller_jvms->should_reexecute(), "there should be no reexecute bytecode with inlining");
H A Doutput.cpp858 assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest");
862 debug_info()->describe_scope(safepoint_pc_offset, null_mh, scope_method, jvms->bci(), jvms->should_reexecute(), rethrow_exception, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
944 assert(!jvms->should_reexecute() || depth==max_depth, "reexecute allowed only for the youngest");
946 debug_info->describe_scope(pc_offset, null_mh, method, jvms->bci(), jvms->should_reexecute());
H A Dcallnode.hpp253 bool should_reexecute() const { return _reexecute==Reexecute_True; } function in class:JVMState
H A DgraphKit.cpp850 const bool should_reexecute = jvms()->should_reexecute(); local
851 JVMState* youngest_jvms = should_reexecute ? sync_jvms_for_reexecute() : sync_jvms();
856 assert(!is_LibraryCallKit() || (jvms()->should_reexecute() == should_reexecute),
H A Difnode.cpp790 if (!dom_unc->jvms()->should_reexecute()) {
H A Dcallnode.cpp565 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");

Completed in 276 milliseconds