Searched refs:deoptimize (Results 51 - 55 of 55) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp352 // if we deoptimize here so force a deopt to stress the path.
372 // if we deoptimize here so force a deopt to stress the path.
509 // we have to deoptimize here. If we attempted to notify the
511 // we could deoptimize on the way out of the VM and end back in
520 // We don't really want to deoptimize the nmethod itself since we
617 // If so we must return to the deopt blob and deoptimize the nmethod
712 JRT_ENTRY(void, Runtime1::deoptimize(JavaThread* thread, jint trap_request))
767 // either has to deoptimize when this case is detected or execute a
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp1452 StubFrame f(sasm, "deoptimize", dont_gc_arguments);
1456 int call_offset = __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, deoptimize), rax);
/openjdk10/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp669 Deoptimization::deoptimize(t, *f, reg_map);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp1565 Deoptimization::deoptimize(thread, *fst.current(), fst.register_map(), Deoptimization::Reason_none);
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2540 void GraphKit::make_slow_call_ex(Node* call, ciInstanceKlass* ex_klass, bool separate_io_proj, bool deoptimize) { argument
2554 if (deoptimize) {
3445 // - deoptimize_on_exception controls how Java exceptions are handled (rethrow vs deoptimize)

Completed in 72 milliseconds

123