Searched refs:getJIntField (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DPerfDataPrologue.java54 magicField = type.getJIntField("magic");
59 usedField = type.getJIntField("used");
60 overflowField = type.getJIntField("overflow");
62 entryOffsetField = type.getJIntField("entry_offset");
63 numEntriesField = type.getJIntField("num_entries");
H A DOSThread.java46 interruptedField = type.getJIntField("_interrupted");
47 threadIdField = type.getJIntField("_thread_id");
H A DPerfMemory.java55 initializedField = type.getJIntField("_initialized");
H A DPerfDataEntry.java53 entryLengthField = type.getJIntField("entry_length");
54 nameOffsetField = type.getJIntField("name_offset");
55 vectorLengthField = type.getJIntField("vector_length");
60 dataOffsetField = type.getJIntField("data_offset");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciArrayKlass.java45 dimensionField = new IntField(type.getJIntField("_dimension"), 0);
H A DciConstant.java49 valueIntField = type.getJIntField("_value._int");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java120 public JIntField getJIntField (String fieldName) throws WrongTypeException; method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DKlass.java55 layoutHelper = new IntField(type.getJIntField("_layout_helper"), Oop.getHeaderSize());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicType.java244 public JIntField getJIntField(String fieldName) throws WrongTypeException { method in class:BasicType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java112 lockCountField = type.getJIntField("_lock_count");

Completed in 64 milliseconds