Searched refs:in_ByteSize (Results 1 - 25 of 44) sorted by relevance

12

/openjdk10/hotspot/src/share/vm/trace/
H A DtraceMacros.hpp51 #define TRACE_KLASS_TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()
53 #define TRACE_THREAD_TRACE_DATA_OFFSET in_ByteSize(0); ShouldNotReachHere()
55 #define TRACE_THREAD_TRACE_ID_OFFSET in_ByteSize(0); ShouldNotReachHere()
58 #define TRACE_THREAD_DATA_WRITER_OFFSET in_ByteSize(0); ShouldNotReachHere()
/openjdk10/hotspot/src/share/vm/utilities/
H A Dsizes.hpp72 inline friend ByteSize in_ByteSize(int size);
91 inline ByteSize in_ByteSize(int size) { return ByteSize(size); } function
138 inline ByteSize in_ByteSize(int size) { return size; } function
150 #define byte_offset_of(klass,field) in_ByteSize((int)offset_of(klass, field))
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp239 offset_from_sp = offset_from_sp + in_ByteSize(4);
255 return in_ByteSize(offset);
276 return in_ByteSize(offset);
283 return in_ByteSize(offset);
288 return sp_offset_for_monitor_base(index) + in_ByteSize(BasicObjectLock::lock_offset_in_bytes());;
293 return sp_offset_for_monitor_base(index) + in_ByteSize(BasicObjectLock::obj_offset_in_bytes());
321 return sp_offset2vmreg(in_ByteSize(addr->index()->as_jint()));
H A Dc1_FrameMap.hpp193 ByteSize framesize_in_bytes () const { return in_ByteSize(framesize() * 4); }
204 return make_new_address(sp_offset_for_slot(index) + in_ByteSize(sp_adjust));
207 return make_new_address(sp_offset_for_double_slot(index) + in_ByteSize(sp_adjust));
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp130 return in_ByteSize(_receiver_slot_offset * wordSize);
133 return in_ByteSize(_lock_slot_offset * wordSize);
184 in_ByteSize(JNIHandleBlock::top_offset_in_bytes()),
H A DsharkTopLevelBlock.cpp588 in_ByteSize(oopDesc::klass_offset_in_bytes()),
768 in_ByteSize(oopDesc::klass_offset_in_bytes()),
1138 in_ByteSize(oopDesc::klass_offset_in_bytes()),
1162 receiver->jobject_value(), in_ByteSize(oopDesc::klass_offset_in_bytes()),
1209 in_ByteSize(itableOffsetEntry::interface_offset_in_bytes()),
1240 in_ByteSize(itableOffsetEntry::offset_offset_in_bytes()),
1531 object, in_ByteSize(oopDesc::klass_offset_in_bytes()),
1761 fast_object, in_ByteSize(oopDesc::mark_offset_in_bytes()),
1766 fast_object, in_ByteSize(oopDesc::klass_offset_in_bytes()),
1925 lockee, in_ByteSize(oopDes
[all...]
H A DsharkBuilder.cpp72 arrayoop, in_ByteSize(arrayOopDesc::length_offset_in_bytes()),
114 in_ByteSize(arrayOopDesc::base_offset_in_bytes(basic_type)),
H A DsharkIntrinsics.cpp212 in_ByteSize(oopDesc::klass_offset_in_bytes()),
/openjdk10/hotspot/src/share/vm/oops/
H A Dklass.hpp293 static ByteSize super_offset() { return in_ByteSize(offset_of(Klass, _super)); }
294 static ByteSize super_check_offset_offset() { return in_ByteSize(offset_of(Klass, _super_check_offset)); }
295 static ByteSize primary_supers_offset() { return in_ByteSize(offset_of(Klass, _primary_supers)); }
296 static ByteSize secondary_super_cache_offset() { return in_ByteSize(offset_of(Klass, _secondary_super_cache)); }
297 static ByteSize secondary_supers_offset() { return in_ByteSize(offset_of(Klass, _secondary_supers)); }
298 static ByteSize java_mirror_offset() { return in_ByteSize(offset_of(Klass, _java_mirror)); }
299 static ByteSize modifier_flags_offset() { return in_ByteSize(offset_of(Klass, _modifier_flags)); }
300 static ByteSize layout_helper_offset() { return in_ByteSize(offset_of(Klass, _layout_helper)); }
301 static ByteSize access_flags_offset() { return in_ByteSize(offset_of(Klass, _access_flags)); }
590 static ByteSize prototype_header_offset() { return in_ByteSize(offset_o
[all...]
H A DmethodCounters.hpp230 return in_ByteSize(0);
H A DobjArrayKlass.hpp63 static ByteSize element_klass_offset() { return in_ByteSize(offset_of(ObjArrayKlass, _element_klass)); }
H A DmethodData.hpp234 return byte_offset_of(DataLayout, _cells) + in_ByteSize(index * cell_size);
929 return in_ByteSize(per_arg_cell_count * DataLayout::cell_size);
976 return in_ByteSize(cell_count * DataLayout::cell_size);
1028 return in_ByteSize(cell_count_local_offset() * DataLayout::cell_size);
1032 return in_ByteSize(header_cell_count() * DataLayout::cell_size);
1036 return in_ByteSize(stack_slot_local_offset(i) * DataLayout::cell_size);
1040 return in_ByteSize(argument_type_local_offset(i) * DataLayout::cell_size);
1044 return ReturnTypeEntry::size() + in_ByteSize(header_cell_count() * DataLayout::cell_size);
1923 return in_ByteSize(per_case_cell_count) * cell_size;
1926 return in_ByteSize(relative_count_off_se
[all...]
H A DcpCache.hpp369 static ByteSize size_in_bytes() { return in_ByteSize(sizeof(ConstantPoolCacheEntry)); }
502 static ByteSize base_offset() { return in_ByteSize(sizeof(ConstantPoolCache)); }
H A DconstMethod.hpp496 { return in_ByteSize(sizeof(ConstMethod)); }
H A DinstanceKlass.hpp523 static ByteSize reference_type_offset() { return in_ByteSize(offset_of(InstanceKlass, _reference_type)); }
952 static ByteSize init_state_offset() { return in_ByteSize(offset_of(InstanceKlass, _init_state)); }
954 static ByteSize init_thread_offset() { return in_ByteSize(offset_of(InstanceKlass, _init_thread)); }
H A Dmethod.hpp700 static ByteSize native_function_offset() { return in_ByteSize(sizeof(Method)); }
703 static ByteSize signature_handler_offset() { return in_ByteSize(sizeof(Method) + wordSize); }
H A Dklass.cpp759 return in_ByteSize(InstanceKlass::header_size() * wordSize);
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DptrQueue.hpp197 static ByteSize byte_width_of_index() { return in_ByteSize(sizeof(size_t)); }
204 static ByteSize byte_width_of_buf() { return in_ByteSize(_element_size); }
211 static ByteSize byte_width_of_active() { return in_ByteSize(sizeof(bool)); }
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dassembler_s390.cpp57 Address madr(as_Register(base), as_Register(index), in_ByteSize(disp));
H A DinterpreterRT_s390.cpp40 #define locals_j_arg_at(index) Address(Z_R1/*locals*/, in_ByteSize((-(index)*wordSize)))
H A DsharedRuntime_s390.cpp1509 in_ByteSize(-1),
1510 in_ByteSize(-1),
2183 __ z_cli(Address(Z_thread, JavaThread::stack_guard_state_offset() + in_ByteSize(sizeof(JavaThread::StackGuardState) - 1)),
2354 (method_is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
2355 in_ByteSize(lock_offset),
/openjdk10/hotspot/src/share/vm/opto/
H A DparseHelper.cpp549 Node* method_data = method_data_addressing(md, rdata, in_ByteSize(0));
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1363 in_ByteSize(-1),
1364 in_ByteSize(-1),
2276 (is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
2277 in_ByteSize(lock_slot_offset*VMRegImpl::stack_slot_size),
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp1748 in_ByteSize(-1),
1749 in_ByteSize(-1),
2555 (method_is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
2556 in_ByteSize(lock_offset),
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1853 in_ByteSize(-1),
1854 in_ByteSize(-1),
2735 (is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
2736 in_ByteSize(lock_slot_offset*VMRegImpl::stack_slot_size),

Completed in 221 milliseconds

12