Home
last modified time | relevance | path

Searched refs:ex_elements (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp775 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
777 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
778 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
779 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
780 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
781 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp775 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
777 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
778 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
779 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
780 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
781 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp833 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
835 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
836 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
837 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
838 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
839 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp833 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
835 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
836 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
837 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
838 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
839 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp833 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
835 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
836 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
837 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
838 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
839 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp829 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
831 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
832 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
833 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
834 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
835 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp836 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
838 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
839 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
840 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
841 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
842 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp838 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
840 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
841 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
842 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
843 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
844 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp834 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
836 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
837 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
838 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
839 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
840 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/instrumentation/
H A DjfrEventClassTransformer.cpp829 const ExceptionTableElement* const ex_elements = method->exception_table_start(); in adjust_exception_table() local
831 assert(ex_elements != NULL, "invariant"); in adjust_exception_table()
832 writer.write<u2>(ex_elements[i].start_pc + bci_adjustment_offset); in adjust_exception_table()
833 writer.write<u2>(ex_elements[i].end_pc + bci_adjustment_offset); in adjust_exception_table()
834 writer.write<u2>(ex_elements[i].handler_pc + bci_adjustment_offset); in adjust_exception_table()
835 writer.write<u2>(ex_elements[i].catch_type_index); // no adjustment in adjust_exception_table()