Searched defs:data_offset (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.hpp89 jint data_offset; // offset of the data item member in struct:__anon421
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp342 ByteSize data_offset = methodDataOopDesc::data_offset(); local
348 int offset = in_bytes(data_offset) + cell_offset + in_bytes(slot_offset_in_data);
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp130 int data_offset() const { return _data_offset; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp358 ByteSize data_offset = methodDataOopDesc::data_offset(); local
364 int offset = in_bytes(data_offset) + cell_offset + in_bytes(counter_offset);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1510 static ByteSize data_offset() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp199 data_offset = 1 + rex_size, enumerator in enum:NativeMovConstReg::Intel_specific_constants
206 intptr_t data() const { return ptr_at(data_offset); }
207 void set_data(intptr_t x) { set_ptr_at(data_offset, x); }
295 data_offset = 2, enumerator in enum:NativeMovRegMem::Intel_specific_constants
386 data_offset = 1, enumerator in enum:NativeJump::Intel_specific_constants
393 address dest = (int_at(data_offset)+next_instruction_address());
412 set_int_at(data_offset, (jint)val);
477 data_offset = 1, enumerator in enum:NativePopReg::Intel_specific_constants

Completed in 1323 milliseconds