Lines Matching refs:ByteOffset

110 typedef int            ByteOffset;              /* Byte offset */  typedef
209 ByteOffset len;
227 ByteOffset * map;
236 ByteOffset code_len;
237 ByteOffset new_code_len;
277 ByteOffset byte_code_offset; in assert_error()
281 byte_code_offset = (ByteOffset)(mi->ci->input_position - mi->start_of_input_bytecodes); in assert_error()
769 static ByteOffset
772 ByteOffset nbytes = 0; in push_pool_constant_bytecodes()
784 static ByteOffset
787 ByteOffset nbytes = 0; in push_short_constant_bytecodes()
802 static ByteOffset
803 injection_template(MethodImage *mi, ByteCode *bytecodes, ByteOffset max_nbytes, in injection_template()
807 ByteOffset nbytes = 0; in injection_template()
876 static ByteOffset
877 entry_injection_code(MethodImage *mi, ByteCode *bytecodes, ByteOffset len) in entry_injection_code()
880 ByteOffset nbytes = 0; in entry_injection_code()
898 static ByteOffset
900 ByteCode *bytecodes, ByteOffset len) in before_injection_code()
902 ByteOffset nbytes = 0; in before_injection_code()
925 static ByteOffset
927 ByteCode *bytecodes, ByteOffset len) in after_injection_code()
930 ByteOffset nbytes; in after_injection_code()
954 inject_bytecodes(MethodImage *mi, ByteOffset at, in inject_bytecodes()
955 ByteCode *bytecodes, ByteOffset len) in inject_bytecodes()
986 method_init(CrwClassImage *ci, unsigned mnum, ByteOffset code_len) in method_init()
989 ByteOffset i; in method_init()
996 mi->map = (ByteOffset*)allocate_clean(ci, in method_init()
997 (int)((code_len+1)*sizeof(ByteOffset))); in method_init()
1025 ByteOffset i; in method_term()
1039 static ByteOffset
1043 return (ByteOffset)(mi->ci->input_position - mi->start_of_input_bytecodes); in input_code_offset()
1061 adjust_map(MethodImage *mi, ByteOffset at, ByteOffset offset) in adjust_map()
1063 ByteOffset i; in adjust_map()
1072 widen(MethodImage *mi, ByteOffset at, ByteOffset len) in widen()
1146 ByteOffset len; in inject_for_opcode()
1210 static ByteOffset
1211 method_code_map(MethodImage *mi, ByteOffset pos) in method_code_map()
1344 ByteOffset new_code_len; in write_instruction()
1549 ByteOffset len; in method_inject_and_write_code()
1634 ByteOffset start_pc; in write_line_table()
1635 ByteOffset new_start_pc; in write_line_table()
1663 ByteOffset start_pc; in write_var_table()
1664 ByteOffset new_start_pc; in write_var_table()
1665 ByteOffset length; in write_var_table()
1666 ByteOffset new_length; in write_var_table()
1667 ByteOffset end_pc; in write_var_table()
1668 ByteOffset new_end_pc; in write_var_table()
1755 ByteOffset last_pc; in write_stackmap_table()
1756 ByteOffset last_new_pc; in write_stackmap_table()
1780 ByteOffset new_pc=0; /* new pc in instrumented code */ in write_stackmap_table()
1939 ByteOffset start_pc; in method_write_exception_table()
1940 ByteOffset new_start_pc; in method_write_exception_table()
1941 ByteOffset end_pc; in method_write_exception_table()
1942 ByteOffset new_end_pc; in method_write_exception_table()
1943 ByteOffset handler_pc; in method_write_exception_table()
1944 ByteOffset new_handler_pc; in method_write_exception_table()
2032 unsigned access_flags, ByteOffset code_len, in skip_method()
2066 ByteOffset code_len; in method_write_bytecodes()