Lines Matching defs:bcp

96 void InterpreterRuntime::set_bcp_and_mdp(address bcp, JavaThread *thread) {
97 last_frame(thread).interpreter_frame_set_bcp(bcp);
274 int trap_bci = trap_method->bci_from(bcp(thread));
366 // the exception oop (via TLS) and sets the bci/bcp for the continuation.
450 JvmtiExport::post_exception_throw(thread, h_method(), bcp(thread), h_exception());
460 // Forward exception to callee (leaving bci/bcp untouched) because (a) no
469 // handler in this method => change bci/bcp to handler bci/bcp and continue there
647 IRT_ENTRY(Bytecodes::Code, InterpreterRuntime::get_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp))
648 return method->orig_bytecode_at(method->bci_from(bcp));
651 IRT_ENTRY(void, InterpreterRuntime::set_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp, Bytecodes::Code new_code))
652 method->set_orig_bytecode_at(method->bci_from(bcp), new_code);
655 IRT_ENTRY(void, InterpreterRuntime::_breakpoint(JavaThread* thread, methodOopDesc* method, address bcp))
656 JvmtiExport::post_raw_breakpoint(thread, method, bcp);
761 // int caller_bci = method(thread)->bci_from(bcp(thread));
878 IRT_LEAF(void, InterpreterRuntime::verify_mdp(methodOopDesc* method, address bcp, address mdp))
884 int bci = method->bci_from(bcp);
941 JvmtiExport::at_single_stepping_point(thread, method(thread), bcp(thread));
975 JvmtiExport::post_field_access(thread, method(thread), bcp(thread), h_cp_entry_f1, h_obj, fid);
1030 JvmtiExport::post_raw_field_modification(thread, method(thread), bcp(thread), h_klass, h_obj,