Searched refs:round_to (Results 26 - 50 of 57) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp110 { address aligned_bcp = (address)round_to((intptr_t)bcp + 1, jintSize);
125 { address aligned_bcp = (address)round_to((intptr_t)bcp + 1, jintSize);
H A DbytecodeTracer.cpp54 void align() { _next_pc = (address)round_to((intptr_t)_next_pc, sizeof(jint)); }
H A DinterpreterRuntime.cpp1112 round_to((intptr_t)_buffer, CodeEntryAlignment) - (address)_buffer;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp152 int frame_size_in_bytes = round_to(additional_frame_words*wordSize +
448 return round_to(stk_args, 2);
519 extraspace = round_to(extraspace, 2*wordSize);
719 comp_words_on_stack = round_to(comp_args_on_stack*VMRegImpl::stack_slot_size, wordSize)>>LogBytesPerWord;
721 comp_words_on_stack = round_to(comp_words_on_stack, 2);
1908 stack_slots = round_to(stack_slots, 2);
1965 stack_slots = round_to(stack_slots, StackAlignmentInSlots);
2818 stack_slots = round_to(stack_slots, 4 * VMRegImpl::slots_per_word);
H A Dc1_CodeStubs_x86.cpp269 masm->align(round_to(NativeGeneralJump::instruction_size, wordSize));
H A DsharedRuntime_x86_32.cpp507 return round_to(stack, 2);
786 comp_words_on_stack = round_to(comp_args_on_stack*4, wordSize)>>LogBytesPerWord;
788 comp_words_on_stack = round_to(comp_words_on_stack, 2);
1675 stack_slots = round_to(stack_slots, 2);
1738 stack_slots = round_to(stack_slots, StackAlignmentInSlots);
2547 stack_slots = round_to(stack_slots, 2 * VMRegImpl::slots_per_word);
H A Dassembler_x86.hpp2229 void round_to(Register reg, int modulus);
/openjdk7/hotspot/src/share/vm/opto/
H A DbuildOopMap.cpp582 int max_reg_ints = round_to(max_reg, BitsPerInt)>>LogBitsPerInt;
H A Dmatcher.cpp152 return OptoReg::stack2reg(round_to(fixed + preserve, Matcher::stack_alignment_in_slots()));
299 _new_SP = OptoReg::Name(round_to(_in_arg_limit, RegMask::SlotsPerLong));
H A Dchaitin.cpp461 _framesize = round_to(_framesize, Matcher::stack_alignment_in_slots());
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp218 code_size = round_to(code_size, oopSize);
219 locs_size = round_to(locs_size, oopSize);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp202 int h = round_to(offset + size_in_bytes, HeapWordSize) / HeapWordSize;
220 int h = round_to(offset + size_in_bytes, HeapWordSize) / HeapWordSize;
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp481 // of round_to to size_t to guarantee unsigned division == right shift.
482 s = (int)((size_t)round_to(size_in_bytes, MinObjAlignmentInBytes) /
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp625 assert(round_to(dest.total_content_size(), oopSize) == dest_blob->content_size(), "sanity");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp185 int live_set_size() const { return round_to(_num_virtual_regs, BitsPerWord); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1034 inline intptr_t round_to(intptr_t x, uintx s) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2072 return (round_to(max_stack +
2084 int call_stub_size = round_to(7 + frame::memory_parameter_word_sp_offset,
H A Dinterp_masm_sparc.cpp78 round_to(delta, WordsPerLong); // make multiple of 2 (SP must be 2-word aligned)
533 //round_to( Gframe_size, WordsPerLong ); // -- moved down to the "and" below
2061 int rounded_vm_local_words = ::round_to(frame::interpreter_frame_vm_local_words, WordsPerLong);
H A Dassembler_sparc.cpp1705 a->sub(FP, round_to(sizeof(RegistersForDebugging), sizeof(jdouble)) - STACK_BIAS, O0);
1938 save_frame(::round_to(sizeof(RegistersForDebugging) / BytesPerWord, 2));
1967 save_frame(::round_to(sizeof(RegistersForDebugging) / BytesPerWord, 2));
1990 save_frame(::round_to(sizeof(RegistersForDebugging) / BytesPerWord, 2));
2945 // hoist first instruction of round_to(scan_temp, BytesPerLong):
2954 // Was: round_to(scan_temp, BytesPerLong);
H A Dc1_Runtime1_sparc.cpp250 int sp_offset = round_to(frame::register_save_words, 2); // start doubleword aligned
H A DstubGenerator_sparc.cpp163 __ round_to(t, WordsPerLong); // make sure it is multiple of 2 (in words)
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp583 sz = round_to(sz, HeapWordSize);
603 sz = round_to(sz, HeapWordSize);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp2025 address aligned_bcp = (address) round_to((intptr_t)(bcp + 1), jintSize);
2079 aligned_bcp = (address)round_to((intptr_t)(bcs->bcp() + 1), jintSize);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4486 StackShadowPages = round_to((StackShadowPages*Linux::vm_default_page_size()), vm_page_size()) / vm_page_size();
4555 JavaThread::set_stack_size_at_create(round_to(threadStackSizeInBytes,
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5343 StackShadowPages = round_to((StackShadowPages*8*K), vm_page_size()) / vm_page_size();
5425 JavaThread::set_stack_size_at_create(round_to(threadStackSizeInBytes,

Completed in 235 milliseconds

123