Searched refs:u4 (Results 26 - 44 of 44) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp121 // JVMSpec| u4 attribute_length;
124 // JVMSpec| u4 code_length;
151 // u4 attribute_length;
167 // u4 attribute_length;
181 // u4 attribute_length;
233 // JVMSpec| u4 attribute_length;
255 // JVMSpec| u4 attribute_length;
269 // JSR45| u4 attribute_length;
287 // JVMSpec| u4 attribute_length;
306 // JSR202| u4 attribute_lengt
[all...]
H A DjvmtiRedefineClasses.cpp2129 u4 frame_type = *stackmap_p;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp87 assert( 4 == sizeof( u4), "wrong size for basic type");
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp898 return attribute_length_addr() + sizeof(u4); }
913 u4 attribute_length() const {
922 void set_attribute_length(u4 len) {
H A Dverifier.cpp598 u4 code_length = m->code_size();
1676 char* ClassVerifier::generate_code_data(methodHandle m, u4 code_length, TRAPS) {
1698 void ClassVerifier::verify_exception_handler_table(u4 code_length, char* code_data, int& min, int& max, TRAPS) {
1746 void ClassVerifier::verify_local_variable_table(u4 code_length, char* code_data, TRAPS) {
1759 u4 end_bci = (u4)(start_bci + length);
2021 RawBytecodeStream* bcs, u4 code_length, char* code_data,
2226 StackMapFrame* current_frame, u4 code_length, bool *this_uninit,
2300 RawBytecodeStream* bcs, u4 code_length, StackMapFrame* current_frame,
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c719 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf; local
725 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7,
732 staddr[4] = (unsigned char)u4;
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1398 u4 val = Bytes::get_Java_u4(bytes);
1404 u4 val = Bytes::get_Java_u4(bytes);
1620 Bytes::put_Java_u4((address) (bytes+1), *(u4*)&val);
1625 Bytes::put_Java_u4((address) (bytes+1), *(u4*)&val);
1744 assert(idx2 == invoke_dynamic_name_and_type_ref_index_at(idx), "correct half of u4");
H A DcpCacheOop.hpp375 assert((((u4)-1 >> tos_state_shift) & ~tos_state_mask) == 0, "no need for tos_state mask");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp220 } else if (index_size == sizeof(u4)) {
H A Dinterp_masm_x86_64.cpp218 } else if (index_size == sizeof(u4)) {
H A DtemplateInterpreter_x86_32.cpp213 __ get_cache_and_index_at_bcp(rbx, rcx, 1, sizeof(u4));
H A DtemplateInterpreter_x86_64.cpp197 __ get_cache_and_index_at_bcp(rbx, rcx, 1, sizeof(u4));
H A DtemplateTable_x86_32.cpp2193 size_t index_size = (is_invokedynamic ? sizeof(u4) : sizeof(u2));
H A DtemplateTable_x86_64.cpp2250 size_t index_size = (is_invokedynamic ? sizeof(u4) : sizeof(u2));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp762 case 4: st->print("%08x", *(u4*)p); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp207 __ get_cache_and_index_at_bcp(cache, G1_scratch, 1, sizeof(u4));
H A Dinterp_masm_sparc.cpp734 } else if (index_size == sizeof(u4)) {
H A DtemplateTable_sparc.cpp2187 size_t index_size = (is_invokedynamic ? sizeof(u4) : sizeof(u2));
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2199 u4 index = Bytes::get_native_u4(pc+1);

Completed in 114 milliseconds

12