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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbasicLock.hpp45 static int displaced_header_offset_in_bytes() { return offset_of(BasicLock, _displaced_header); }
76 static int obj_offset_in_bytes() { return offset_of(BasicObjectLock, _obj); }
77 static int lock_offset_in_bytes() { return offset_of(BasicObjectLock, _lock); }
H A Ddeoptimization.hpp180 static int size_of_deoptimized_frame_offset_in_bytes() { return offset_of(UnrollBlock, _size_of_deoptimized_frame); }
181 static int caller_adjustment_offset_in_bytes() { return offset_of(UnrollBlock, _caller_adjustment); }
182 static int number_of_frames_offset_in_bytes() { return offset_of(UnrollBlock, _number_of_frames); }
183 static int frame_sizes_offset_in_bytes() { return offset_of(UnrollBlock, _frame_sizes); }
184 static int total_frame_sizes_offset_in_bytes() { return offset_of(UnrollBlock, _total_frame_sizes); }
185 static int frame_pcs_offset_in_bytes() { return offset_of(UnrollBlock, _frame_pcs); }
186 static int register_block_offset_in_bytes() { return offset_of(UnrollBlock, _register_block); }
187 static int return_type_offset_in_bytes() { return offset_of(UnrollBlock, _return_type); }
188 static int counter_temp_offset_in_bytes() { return offset_of(UnrollBlock, _counter_temp); }
189 static int initial_info_offset_in_bytes() { return offset_of(UnrollBloc
[all...]
H A DobjectMonitor.hpp90 static int header_offset_in_bytes() { return offset_of(ObjectMonitor, _header); }
91 static int object_offset_in_bytes() { return offset_of(ObjectMonitor, _object); }
92 static int owner_offset_in_bytes() { return offset_of(ObjectMonitor, _owner); }
93 static int count_offset_in_bytes() { return offset_of(ObjectMonitor, _count); }
94 static int recursions_offset_in_bytes() { return offset_of(ObjectMonitor, _recursions); }
95 static int cxq_offset_in_bytes() { return offset_of(ObjectMonitor, _cxq) ; }
96 static int succ_offset_in_bytes() { return offset_of(ObjectMonitor, _succ) ; }
97 static int EntryList_offset_in_bytes() { return offset_of(ObjectMonitor, _EntryList); }
98 static int FreeNext_offset_in_bytes() { return offset_of(ObjectMonitor, FreeNext); }
99 static int WaitSet_offset_in_bytes() { return offset_of(ObjectMonito
[all...]
H A DjniHandles.hpp164 static int top_offset_in_bytes() { return offset_of(JNIHandleBlock, _top); }
H A DvmStructs.cpp2591 { QUOTE(typeName), QUOTE(fieldName), QUOTE(type), 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
2601 { QUOTE(typeName), QUOTE(fieldName), NULL, 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
3126 ASSIGN_CONST_TO_64BIT_VAR(var, offset_of(type, field))
H A DobjectMonitor.cpp2415 CTASSERT(offset_of (ObjectMonitor, _header) == 0);
/openjdk7/hotspot/src/share/vm/oops/
H A DcompiledICHolderOop.hpp55 static int holder_method_offset() { return offset_of(compiledICHolderOopDesc, _holder_method); }
56 static int holder_klass_offset() { return offset_of(compiledICHolderOopDesc, _holder_klass); }
H A Dklass.hpp379 static ByteSize super_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _super)); }
380 static ByteSize super_check_offset_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _super_check_offset)); }
381 static ByteSize primary_supers_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _primary_supers)); }
382 static ByteSize secondary_super_cache_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _secondary_super_cache)); }
383 static ByteSize secondary_supers_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _secondary_supers)); }
384 static ByteSize java_mirror_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _java_mirror)); }
385 static ByteSize modifier_flags_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _modifier_flags)); }
386 static ByteSize layout_helper_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _layout_helper)); }
387 static ByteSize access_flags_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(Klass, _access_flags)); }
476 static int klass_size_in_bytes() { return offset_of(Klas
[all...]
H A DklassVtable.hpp165 static int method_offset_in_bytes() { return offset_of(vtableEntry, _method); }
216 static int interface_offset_in_bytes() { return offset_of(itableOffsetEntry, _interface); }
217 static int offset_offset_in_bytes() { return offset_of(itableOffsetEntry, _offset); }
236 static int method_offset_in_bytes() { return offset_of(itableMethodEntry, _method); }
H A DarrayKlass.hpp76 static ByteSize component_mirror_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(arrayKlass, _component_mirror)); }
H A DobjArrayKlass.hpp50 static ByteSize element_klass_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(objArrayKlass, _element_klass)); }
H A Doop.hpp413 static int mark_offset_in_bytes() { return offset_of(oopDesc, _mark); }
414 static int klass_offset_in_bytes() { return offset_of(oopDesc, _metadata._klass); }
H A DmethodOop.hpp574 static int method_data_offset_in_bytes() { return offset_of(methodOopDesc, _method_data); }
576 { return offset_of(methodOopDesc, _interpreter_invocation_count); }
577 static int intrinsic_id_offset_in_bytes() { return offset_of(methodOopDesc, _intrinsic_id); }
H A DconstantPoolOop.hpp198 static int tags_offset_in_bytes() { return offset_of(constantPoolOopDesc, _tags); }
199 static int cache_offset_in_bytes() { return offset_of(constantPoolOopDesc, _cache); }
200 static int operands_offset_in_bytes() { return offset_of(constantPoolOopDesc, _operands); }
201 static int pool_holder_offset_in_bytes() { return offset_of(constantPoolOopDesc, _pool_holder); }
H A DinstanceKlass.hpp472 static ByteSize reference_type_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(instanceKlass, _reference_type)); }
708 static ByteSize init_state_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(instanceKlass, _init_state)); }
710 static ByteSize init_thread_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(instanceKlass, _init_thread)); }
791 static int vtable_length_offset() { return oopDesc::header_size() + offset_of(instanceKlass, _vtable_len) / HeapWordSize; }
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dthread_linux_sparc.hpp65 static int o_reg_temps_offset_in_bytes() { return offset_of(JavaThread, _o_reg_temps); }
71 static int saved_exception_npc_offset_in_bytes() { return offset_of(JavaThread,_saved_exception_npc); }
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dthread_solaris_sparc.hpp64 static int o_reg_temps_offset_in_bytes() { return offset_of(JavaThread, _o_reg_temps); }
70 static int saved_exception_npc_offset_in_bytes() { return offset_of(JavaThread,_saved_exception_npc); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp302 #define offset_of(klass,field) (size_t)((intx)&(((klass*)16)->field) - 16) macro
307 #define offsetof(klass,field) offset_of(klass,field)
H A Dsizes.hpp150 #define byte_offset_of(klass,field) in_ByteSize((int)offset_of(klass, field))
H A DglobalDefinitions_sparcWorks.hpp298 #define offset_of(klass,field) offsetof(klass,field) macro
H A DglobalDefinitions_visCPP.hpp233 #define offset_of(klass,field) offsetof(klass,field) macro
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsets.cpp94 #Type #Name, offset_of(Type, Name)); \
216 GEN_VALUE(OFFSET_HeapBlockHeader_used, (int) offset_of(HeapBlock::Header, _used));
/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsets.cpp89 #Type #Name, offset_of(Type, Name)); \
211 GEN_VALUE(OFFSET_HeapBlockHeader_used, offset_of(HeapBlock::Header, _used));
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp689 static int verified_entry_point_offset() { return offset_of(nmethod, _verified_entry_point); }
690 static int osr_entry_point_offset() { return offset_of(nmethod, _osr_entry_point); }
691 static int entry_bci_offset() { return offset_of(nmethod, _entry_bci); }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1834 static int i_offset(int j) { return offset_of(RegistersForDebugging, i[j]); }
1835 static int l_offset(int j) { return offset_of(RegistersForDebugging, l[j]); }
1836 static int o_offset(int j) { return offset_of(RegistersForDebugging, o[j]); }
1837 static int g_offset(int j) { return offset_of(RegistersForDebugging, g[j]); }
1838 static int f_offset(int j) { return offset_of(RegistersForDebugging, f[j]); }
1839 static int d_offset(int j) { return offset_of(RegistersForDebugging, d[j / 2]); }

Completed in 4789 milliseconds