Home
last modified time | relevance | path

Searched refs:get2u (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Ddefineclass.cc129 inline static jint get2u (unsigned char *bytes) in get2u() function
138 return get2u (bytes+pos-2); in read2u()
428 int len = get2u (bytes+offsets[index]); in is_attribute_name()
658 int utf_index = get2u (str_data); in handleConstantPool()
661 int len = get2u (utf_data); in handleConstantPool()
718 int len = get2u (this_data); in prepare_pool_entry()
738 int utf_index = get2u (this_data); in prepare_pool_entry()
758 int class_index = get2u (this_data); in prepare_pool_entry()
759 int nat_index = get2u (this_data+2); in prepare_pool_entry()
796 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc228 static inline jint get2u(unsigned char* loc) { in get2u() function
551 int index = get2u (pc); in compile()
559 int index = get2u (pc); in compile()
581 SET_INT (get2u (pc)); in compile()
586 SET_INT (get2u (pc)); in compile()
691 jint index = get2u (pc); in compile()
703 jint val = get2u (pc); in compile()
1067 #define GET2U() (pc += 2, get2u (pc - 2)) in run()
1069 #define AVAL2U() ({ int index = get2u (pc); pc += 2; pool_data[index].o; }) in run()
1070 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; }) in run()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/
H A Ddefineclass.cc129 inline static jint get2u (unsigned char *bytes) in get2u() function
138 return get2u (bytes+pos-2); in read2u()
428 int len = get2u (bytes+offsets[index]); in is_attribute_name()
658 int utf_index = get2u (str_data); in handleConstantPool()
661 int len = get2u (utf_data); in handleConstantPool()
718 int len = get2u (this_data); in prepare_pool_entry()
738 int utf_index = get2u (this_data); in prepare_pool_entry()
758 int class_index = get2u (this_data); in prepare_pool_entry()
759 int nat_index = get2u (this_data+2); in prepare_pool_entry()
796 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc228 static inline jint get2u(unsigned char* loc) { in get2u() function
551 int index = get2u (pc); in compile()
559 int index = get2u (pc); in compile()
581 SET_INT (get2u (pc)); in compile()
586 SET_INT (get2u (pc)); in compile()
691 jint index = get2u (pc); in compile()
703 jint val = get2u (pc); in compile()
1067 #define GET2U() (pc += 2, get2u (pc - 2)) in run()
1069 #define AVAL2U() ({ int index = get2u (pc); pc += 2; pool_data[index].o; }) in run()
1070 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; }) in run()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/
H A Ddefineclass.cc165 return get2u (bytes+pos-2); in read2u()
788 int len = get2u (bytes+offsets[index]); in is_attribute_name()
800 int len = get2u (bytes + offsets[index]); in pool_Utf8_to_char_arr()
1097 int utf_index = get2u (str_data); in handleConstantPool()
1100 int len = get2u (utf_data); in handleConstantPool()
1159 int len = get2u (this_data); in prepare_pool_entry()
1187 int utf_index = get2u (this_data); in prepare_pool_entry()
1207 int class_index = get2u (this_data); in prepare_pool_entry()
1208 int nat_index = get2u (this_data+2); in prepare_pool_entry()
1245 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc306 get2u (unsigned char* loc) in get2u() function
704 int index = get2u (pc); in compile()
721 int index = get2u (pc); in compile()
743 SET_INT (get2u (pc)); in compile()
748 SET_INT (get2u (pc)); in compile()
853 jint index = get2u (pc); in compile()
865 jint val = get2u (pc); in compile()
H A Dinterpret-run.cc473 #define GET2U() (pc += 2, get2u (pc - 2))
480 ({ int index = get2u (pc); pc += 2; \
484 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; })
2583 jint wide = get2u (pc); pc += 2;
H A DChangeLog-20072188 (get2u): Likewise.
/dports/lang/gcc48/gcc-4.8.5/libjava/
H A Ddefineclass.cc165 return get2u (bytes+pos-2); in read2u()
788 int len = get2u (bytes+offsets[index]); in is_attribute_name()
800 int len = get2u (bytes + offsets[index]); in pool_Utf8_to_char_arr()
1097 int utf_index = get2u (str_data); in handleConstantPool()
1100 int len = get2u (utf_data); in handleConstantPool()
1159 int len = get2u (this_data); in prepare_pool_entry()
1187 int utf_index = get2u (this_data); in prepare_pool_entry()
1207 int class_index = get2u (this_data); in prepare_pool_entry()
1208 int nat_index = get2u (this_data+2); in prepare_pool_entry()
1245 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc306 get2u (unsigned char* loc) in get2u() function
704 int index = get2u (pc); in compile()
721 int index = get2u (pc); in compile()
743 SET_INT (get2u (pc)); in compile()
748 SET_INT (get2u (pc)); in compile()
853 jint index = get2u (pc); in compile()
865 jint val = get2u (pc); in compile()
H A Dinterpret-run.cc473 #define GET2U() (pc += 2, get2u (pc - 2))
480 ({ int index = get2u (pc); pc += 2; \
484 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; })
2583 jint wide = get2u (pc); pc += 2;
H A DChangeLog-20072188 (get2u): Likewise.
/dports/lang/gnat_util/gcc-6-20180516/libjava/
H A Ddefineclass.cc165 return get2u (bytes+pos-2); in read2u()
788 int len = get2u (bytes+offsets[index]); in is_attribute_name()
800 int len = get2u (bytes + offsets[index]); in pool_Utf8_to_char_arr()
1097 int utf_index = get2u (str_data); in handleConstantPool()
1100 int len = get2u (utf_data); in handleConstantPool()
1159 int len = get2u (this_data); in prepare_pool_entry()
1187 int utf_index = get2u (this_data); in prepare_pool_entry()
1207 int class_index = get2u (this_data); in prepare_pool_entry()
1208 int nat_index = get2u (this_data+2); in prepare_pool_entry()
1245 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc306 get2u (unsigned char* loc) in get2u() function
704 int index = get2u (pc); in compile()
721 int index = get2u (pc); in compile()
743 SET_INT (get2u (pc)); in compile()
748 SET_INT (get2u (pc)); in compile()
853 jint index = get2u (pc); in compile()
865 jint val = get2u (pc); in compile()
H A Dinterpret-run.cc473 #define GET2U() (pc += 2, get2u (pc - 2))
480 ({ int index = get2u (pc); pc += 2; \
484 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; })
2583 jint wide = get2u (pc); pc += 2;
H A DChangeLog-20072188 (get2u): Likewise.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/
H A Ddefineclass.cc165 return get2u (bytes+pos-2); in read2u()
788 int len = get2u (bytes+offsets[index]); in is_attribute_name()
800 int len = get2u (bytes + offsets[index]); in pool_Utf8_to_char_arr()
1097 int utf_index = get2u (str_data); in handleConstantPool()
1100 int len = get2u (utf_data); in handleConstantPool()
1159 int len = get2u (this_data); in prepare_pool_entry()
1187 int utf_index = get2u (this_data); in prepare_pool_entry()
1207 int class_index = get2u (this_data); in prepare_pool_entry()
1208 int nat_index = get2u (this_data+2); in prepare_pool_entry()
1245 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc306 get2u (unsigned char* loc) in get2u() function
704 int index = get2u (pc); in compile()
721 int index = get2u (pc); in compile()
743 SET_INT (get2u (pc)); in compile()
748 SET_INT (get2u (pc)); in compile()
853 jint index = get2u (pc); in compile()
865 jint val = get2u (pc); in compile()
H A Dinterpret-run.cc473 #define GET2U() (pc += 2, get2u (pc - 2))
480 ({ int index = get2u (pc); pc += 2; \
484 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; })
2583 jint wide = get2u (pc); pc += 2;
H A DChangeLog-20072188 (get2u): Likewise.
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/
H A Ddefineclass.cc165 return get2u (bytes+pos-2); in read2u()
788 int len = get2u (bytes+offsets[index]); in is_attribute_name()
800 int len = get2u (bytes + offsets[index]); in pool_Utf8_to_char_arr()
1097 int utf_index = get2u (str_data); in handleConstantPool()
1100 int len = get2u (utf_data); in handleConstantPool()
1159 int len = get2u (this_data); in prepare_pool_entry()
1187 int utf_index = get2u (this_data); in prepare_pool_entry()
1207 int class_index = get2u (this_data); in prepare_pool_entry()
1208 int nat_index = get2u (this_data+2); in prepare_pool_entry()
1245 _Jv_ushort name_index = get2u (this_data); in prepare_pool_entry()
[all …]
H A Dinterpret.cc306 get2u (unsigned char* loc) in get2u() function
704 int index = get2u (pc); in compile()
721 int index = get2u (pc); in compile()
743 SET_INT (get2u (pc)); in compile()
748 SET_INT (get2u (pc)); in compile()
853 jint index = get2u (pc); in compile()
865 jint val = get2u (pc); in compile()
H A Dinterpret-run.cc473 #define GET2U() (pc += 2, get2u (pc - 2))
480 ({ int index = get2u (pc); pc += 2; \
484 #define AVAL2UP() ({ int index = get2u (pc); pc += 2; &pool_data[index]; })
2583 jint wide = get2u (pc); pc += 2;
H A DChangeLog-20072188 (get2u): Likewise.