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

/openjdk9/hotspot/src/share/vm/code/
H A DscopeDesc.hpp63 ScopeDesc(const CompiledMethod* code, int decode_offset, int obj_decode_offset, bool reexecute, bool rethrow_exception, bool return_oop);
68 ScopeDesc(const CompiledMethod* code, int decode_offset, bool reexecute, bool rethrow_exception, bool return_oop);
74 bool rethrow_exception() const { return _rethrow_exception; } function in class:ScopeDesc
H A DscopeDesc.cpp33 ScopeDesc::ScopeDesc(const CompiledMethod* code, int decode_offset, int obj_decode_offset, bool reexecute, bool rethrow_exception, bool return_oop) { argument
38 _rethrow_exception = rethrow_exception;
43 ScopeDesc::ScopeDesc(const CompiledMethod* code, int decode_offset, bool reexecute, bool rethrow_exception, bool return_oop) { argument
48 _rethrow_exception = rethrow_exception;
H A DpcDesc.hpp75 bool rethrow_exception() const { return (_flags & PCDESC_rethrow_exception) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DdebugInfoRec.hpp105 bool rethrow_exception = false,
H A DdebugInfoRec.cpp287 bool rethrow_exception,
303 last_pd->set_rethrow_exception(rethrow_exception);
282 describe_scope(int pc_offset, const methodHandle& methodH, ciMethod* method, int bci, bool reexecute, bool rethrow_exception, bool is_method_handle_invoke, bool return_oop, DebugToken* locals, DebugToken* expressions, DebugToken* monitors) argument
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/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.hpp246 bool rethrow_exception = false; local
247 recorder->describe_scope(pc_offset, methodHandle(), scope()->method(), bci(), reexecute, rethrow_exception, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
/openjdk9/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp97 rethrow_exception, // unwinding and throwing exception enumerator in enum:BytecodeInterpreter::messages
H A DbytecodeInterpreter.cpp3391 case BytecodeInterpreter::rethrow_exception: return("rethrow_exception");
/openjdk9/hotspot/src/share/vm/opto/
H A Doutput.cpp861 bool rethrow_exception = false; local
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);
/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp288 if (trap_scope->rethrow_exception()) {

Completed in 285 milliseconds