Searched refs:LogBytesPerInt (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBits.java37 public static final int LogBytesPerInt = 2; field in class:Bits
/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp93 static Location new_stk_loc( Type t, int offset ) { return Location(on_stack,t,offset>>LogBytesPerInt); }
108 int stack_offset() const { assert(where() == on_stack, "wrong Where"); return offset()<<LogBytesPerInt; }
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp140 assert_params_ok(from, to, LogBytesPerInt);
159 assert_params_ok(from, to, LogBytesPerInt);
182 assert_params_ok(from, to, LogBytesPerInt);
H A DglobalDefinitions.cpp164 LogBytesPerHeapOop = LogBytesPerInt;
H A DglobalDefinitions.hpp51 const int LogBytesPerInt = 2; variable
60 const int BytesPerInt = 1 << LogBytesPerInt;
66 const int LogBitsPerInt = LogBitsPerByte + LogBytesPerInt;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.hpp232 return offset << (LogBytesPerWord - LogBytesPerInt);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp3619 __ subptr(rsp, SimpleRuntimeFrame::return_off << LogBytesPerInt); // Epilog!
3622 __ movptr(Address(rsp, SimpleRuntimeFrame::rbp_off << LogBytesPerInt), rbp);
3661 __ addptr(rsp, (SimpleRuntimeFrame::framesize - 2) << LogBytesPerInt); // Epilog!
3740 __ subptr(rsp, (SimpleRuntimeFrame::framesize - 4) << LogBytesPerInt);
4000 __ subptr(rsp, SimpleRuntimeFrame::return_off << LogBytesPerInt); // Prolog
4008 __ movptr(Address(rsp, SimpleRuntimeFrame::rbp_off << LogBytesPerInt), rbp);
4051 __ movptr(rbp, Address(rsp, SimpleRuntimeFrame::rbp_off << LogBytesPerInt));
4053 __ addptr(rsp, SimpleRuntimeFrame::return_off << LogBytesPerInt); // Epilog
H A DstubGenerator_x86_64.cpp2481 __ shrptr(size, LogBytesPerInt); // size => int_count
2732 __ cmpl(rax_elsize, LogBytesPerInt);
3670 __ subptr(rsp, (framesize-4) << LogBytesPerInt); // prolog
3717 (framesize >> (LogBytesPerWord - LogBytesPerInt)),
H A DstubGenerator_x86_32.cpp1634 __ shrptr(count, LogBytesPerInt); // size => int_count
1880 __ cmpl(rdi_elsize, LogBytesPerInt);
/openjdk7/hotspot/src/share/vm/opto/
H A DbuildOopMap.cpp427 memset( live, 0, cfg->_num_blocks * (max_reg_ints<<LogBytesPerInt) );
H A Dcompile.cpp428 const int shift = (LogBytesPerWord - LogBytesPerInt);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp587 __ index_check(O2, Otos_i, LogBytesPerInt, G3_scratch, O3);
605 __ index_check(O2, Otos_i, LogBytesPerInt, G3_scratch, O3);
843 __ index_check(O3, O2, LogBytesPerInt, G3_scratch, O2);
863 __ index_check(O3, O2, LogBytesPerInt, G3_scratch, O2);
1846 __ sll(O2, LogBytesPerInt, O2);
1874 __ sll(O2, LogBytesPerInt + 1, O2); // in word-pairs
1903 __ srl(O3, LogBytesPerInt + 1, O3); // in word-pairs
H A DstubGenerator_sparc.cpp2242 __ sllx(count, LogBytesPerInt, byte_count);
2882 __ delayed()->srax(O2_count, LogBytesPerInt, O2_count);
3132 __ cmp(G3_elsize, LogBytesPerInt);

Completed in 106 milliseconds