Lines Matching refs:JvmtiExport
449 if (JvmtiExport::can_post_on_exceptions()) {
450 JvmtiExport::post_exception_throw(thread, h_method(), bcp(thread), h_exception());
478 if (JvmtiExport::can_post_on_exceptions()) {
479 JvmtiExport::notice_unwind_due_to_exception(thread, h_method(), handler_pc, h_exception(), (handler_pc != NULL));
656 JvmtiExport::post_raw_breakpoint(thread, method, bcp);
684 if (JvmtiExport::can_hotswap_or_post_breakpoint()) {
937 if (JvmtiExport::should_post_single_step()) {
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,
1035 JvmtiExport::post_method_entry(thread, InterpreterRuntime::method(thread), InterpreterRuntime::last_frame(thread));
1040 JvmtiExport::post_method_exit(thread, InterpreterRuntime::method(thread), InterpreterRuntime::last_frame(thread));