Searched refs:BytesPerWord (Results 1 - 25 of 49) sorted by relevance

12

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.hpp54 line_size = BytesPerWord, // conservative
H A Dc1_Defs_x86.hpp31 pd_hi_word_offset_in_bytes = BytesPerWord
H A Dc1_MacroAssembler_x86.cpp39 const int aligned_mask = BytesPerWord -1;
102 const int aligned_mask = BytesPerWord -1;
186 assert((hdr_size_in_bytes & (BytesPerWord - 1)) == 0, "header size is not a multiple of BytesPerWord");
192 // note: for the remaining code to work, index must be a multiple of BytesPerWord
195 testptr(index, BytesPerWord - 1);
197 stop("index is not a multiple of BytesPerWord");
216 movptr(Address(obj, index, Address::times_8, hdr_size_in_bytes - 0*BytesPerWord), t1);
225 movptr(Address(obj, index, Address::times_8, hdr_size_in_bytes - 1*BytesPerWord), t1);
226 NOT_LP64(movptr(Address(obj, index, Address::times_8, hdr_size_in_bytes - 2*BytesPerWord), t
[all...]
H A Ddump_x86_32.cpp115 __ movptr(rcx, Address(rsp, BytesPerWord)); // fetch "this"
H A Dc1_Runtime1_x86.cpp100 NOT_LP64(addptr(rsp, num_rt_args()*BytesPerWord));
228 __ movptr(reg, Address(rbp, (offset_in_words + 2) * BytesPerWord));
598 __ addptr(rsp, BytesPerWord);
626 __ movptr(c_rarg1, Address(rbp, 2*BytesPerWord));
628 __ movptr(temp_reg, Address(rbp, 2*BytesPerWord));
669 __ movptr(exception_pc, Address(rbp, 1*BytesPerWord));
683 const int frame_size = 2 /*BP, return address*/ NOT_LP64(+ 1 /*thread*/) WIN64_ONLY(+ frame::arg_reg_save_area_bytes / BytesPerWord);
729 __ movptr(Address(rbp, 1*BytesPerWord), exception_pc);
744 __ movptr(Address(rbp, 1*BytesPerWord), rax);
946 __ addptr(rsp, BytesPerWord); // remov
[all...]
H A Dc1_LIRAssembler_x86.cpp264 return Address(base._base, base._index, base._scale, base._disp + BytesPerWord);
312 int monitor_offset = BytesPerWord * method()->max_locals() +
313 (2 * BytesPerWord) * (number_of_locks - 1);
318 int slot_offset = monitor_offset - ((i * 2) * BytesPerWord);
323 __ cmpptr(Address(OSR_buf, slot_offset + 1*BytesPerWord), (int32_t)NULL_WORD);
331 __ movptr(rbx, Address(OSR_buf, slot_offset + 1*BytesPerWord));
1263 __ movl(to_hi, Address(to_hi, BytesPerWord));
1549 NOT_LP64(__ movl(Address(rsp, BytesPerWord), src->as_register_hi()));
2851 while (offset++ % BytesPerWord != 0) {
2859 assert(!os::is_MP() || (__ offset() + NativeCall::displacement_offset) % BytesPerWord
[all...]
H A DcppInterpreter_x86.cpp2262 2*BytesPerWord + // return address and saved rbp
2263 2*BytesPerWord + // "static long no_params() method" issue
2360 int extra_locals_size = (callee_locals - callee_param_count) * BytesPerWord;
2369 int full_frame_size = short_frame_size + (method->max_stack() + extra_stack) * BytesPerWord;
2372 short_frame_size = short_frame_size + tempcount * BytesPerWord;
2425 intptr_t* stack = (intptr_t*) ((intptr_t) stack_base - (tempcount + 1) * BytesPerWord);
2441 return frame_size/BytesPerWord;
H A DnativeInst_x86.cpp89 guarantee((intptr_t)instr_addr % BytesPerWord == 0, "must be aligned");
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCodeBuffer.hpp61 masm()->align(BytesPerWord);
78 masm()->align(BytesPerWord);
87 masm()->align(BytesPerWord);
/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp103 return (int) ((double) (alloc_size * BytesPerWord) / MAX2(alloc_count, 1) + 0.5);
126 alloc_size * BytesPerWord,
135 total_alloc_size * BytesPerWord,
147 tty->print_cr("Allocation profile (sizes in bytes, cutoff = %ld bytes):", cutoff * BytesPerWord);
157 tty->print_cr("Allocation profile for system classes (sizes in bytes, cutoff = %d bytes):", cutoff * BytesPerWord);
165 tty->print_cr("Permanent generation dump (sizes in bytes, cutoff = %d bytes):", cutoff * BytesPerWord);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DobjectCountEventSender.cpp40 event.set_totalSize(entry->words() * BytesPerWord);
/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.cpp57 int extra_words = align_size_up(extra_bytes, BytesPerWord) / BytesPerWord;
H A DconstMethodKlass.cpp265 int max_gap = align_object_size(1)*BytesPerWord;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp109 update_reserved_argument_area_size(out_preserve * BytesPerWord);
157 update_reserved_argument_area_size(out_preserve * BytesPerWord);
180 _reserved_argument_area_size = MAX2(4, reserved_argument_area_size) * BytesPerWord;
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableRS.cpp177 return (((intptr_t)entry) & (BytesPerWord-1)) == 0;
204 jbyte* cur_row = cur_entry - BytesPerWord;
206 cur_row -= BytesPerWord;
208 cur_entry = cur_row + BytesPerWord;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_FrameMap_sparc.hpp32 first_available_sp_in_frame = frame::memory_parameter_word_sp_offset * BytesPerWord,
H A Dc1_Runtime1_sparc.cpp151 sasm->set_frame_size(frame_size_in_bytes / BytesPerWord);
193 __ st_ptr(r, SP, (sp_offset * BytesPerWord) + STACK_BIAS);
201 __ stf(FloatRegisterImpl::S, r, SP, (sp_offset * BytesPerWord) + STACK_BIAS);
212 __ ld_ptr(SP, (cpu_reg_save_offsets[i] * BytesPerWord) + STACK_BIAS, r);
219 __ ldf(FloatRegisterImpl::S, SP, (fpu_reg_save_offsets[i] * BytesPerWord) + STACK_BIAS, r);
1026 sasm->set_frame_size(frame_size_in_bytes / BytesPerWord);
H A Dc1_MacroAssembler_sparc.cpp323 assert(!(BytesPerWord & 1), "must be a multiple of 2 for masking code to work");
H A DtemplateInterpreter_sparc.cpp516 // Gargs points to first local + BytesPerWord
540 // Frame_size = (max_stack + extra_space) * BytesPerWord;
581 __ sub(FP, rounded_vm_local_words * BytesPerWord, Lmonitors ); // set Lmonitors
585 __ sub(Lmonitors, BytesPerWord, Lesp); // set Lesp
588 __ sub(Gargs, BytesPerWord, Llocals); // set Llocals
671 ConstantPoolCacheEntry::size()) * BytesPerWord), G1_scratch);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp575 _gen((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
577 _kill((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
579 _entry((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
581 _normal_exit((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
583 _exception_exit((uintptr_t*)analyzer->arena()->Amalloc(BytesPerWord * analyzer->bit_map_size_words()),
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp67 intptr_t size = round_to(buffer_size, 2*BytesPerWord);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp172 BytesPerHeapOop = BytesPerWord;
H A DbitMap.cpp46 assert(sizeof(bm_word_t) == BytesPerWord, "Implementation assumption.");
54 assert(sizeof(bm_word_t) == BytesPerWord, "Implementation assumption.");
H A DglobalDefinitions.hpp61 const int BytesPerWord = 1 << LogBytesPerWord; variable
88 const int BytesPerOop = BytesPerWord; // Full-width oop
360 #define ARENA_AMALLOC_ALIGNMENT (2*BytesPerWord)
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp477 mask_word_size() * BytesPerWord);
492 mask_word_size() * BytesPerWord);

Completed in 113 milliseconds

12