Home
last modified time | relevance | path

Searched refs:baseOffsetInBytes (Results 1 – 25 of 51) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java61 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
66 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
71 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
76 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
81 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
86 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
91 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
96 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
119 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
134 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java60 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
79 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java61 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
66 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
71 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
76 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
81 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
86 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
91 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
96 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
119 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
134 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java60 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
79 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java61 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
66 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
71 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
76 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
81 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
86 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
91 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
96 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
119 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
134 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java60 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
79 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in getByteAt()
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize(); in getBooleanAt()
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in getCharAt()
74 long offset = baseOffsetInBytes(BasicType.T_INT) + index * getHeap().getIntSize(); in getIntAt()
79 long offset = baseOffsetInBytes(BasicType.T_SHORT) + index * getHeap().getShortSize(); in getShortAt()
84 long offset = baseOffsetInBytes(BasicType.T_LONG) + index * getHeap().getLongSize(); in getLongAt()
89 long offset = baseOffsetInBytes(BasicType.T_FLOAT) + index * getHeap().getFloatSize(); in getFloatAt()
94 long offset = baseOffsetInBytes(BasicType.T_DOUBLE) + index * getHeap().getDoubleSize(); in getDoubleAt()
117 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize(); in iterateFields()
132 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize(); in iterateFields()
[all …]
H A DObjArray.java58 long offset = baseOffsetInBytes(BasicType.T_OBJECT) + (index * elementSize); in getOopHandleAt()
77 long baseOffset = baseOffsetInBytes(BasicType.T_OBJECT); in iterateFields()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java394 BOOLEAN_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BOOLEAN); in write()
395 BYTE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BYTE); in write()
396 CHAR_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_CHAR); in write()
397 SHORT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_SHORT); in write()
398 INT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_INT); in write()
399 LONG_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_LONG); in write()
400 FLOAT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_FLOAT); in write()
401 DOUBLE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_DOUBLE); in write()
402 OBJECT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_OBJECT); in write()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java394 BOOLEAN_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BOOLEAN); in write()
395 BYTE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BYTE); in write()
396 CHAR_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_CHAR); in write()
397 SHORT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_SHORT); in write()
398 INT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_INT); in write()
399 LONG_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_LONG); in write()
400 FLOAT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_FLOAT); in write()
401 DOUBLE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_DOUBLE); in write()
402 OBJECT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_OBJECT); in write()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java401 BOOLEAN_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BOOLEAN); in write()
402 BYTE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BYTE); in write()
403 CHAR_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_CHAR); in write()
404 SHORT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_SHORT); in write()
405 INT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_INT); in write()
406 LONG_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_LONG); in write()
407 FLOAT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_FLOAT); in write()
408 DOUBLE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_DOUBLE); in write()
409 OBJECT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_OBJECT); in write()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java403 BOOLEAN_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BOOLEAN); in write()
404 BYTE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BYTE); in write()
405 CHAR_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_CHAR); in write()
406 SHORT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_SHORT); in write()
407 INT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_INT); in write()
408 LONG_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_LONG); in write()
409 FLOAT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_FLOAT); in write()
410 DOUBLE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_DOUBLE); in write()
411 OBJECT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_OBJECT); in write()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java403 BOOLEAN_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BOOLEAN); in write()
404 BYTE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_BYTE); in write()
405 CHAR_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_CHAR); in write()
406 SHORT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_SHORT); in write()
407 INT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_INT); in write()
408 LONG_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_LONG); in write()
409 FLOAT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_FLOAT); in write()
410 DOUBLE_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_DOUBLE); in write()
411 OBJECT_BASE_OFFSET = TypeArray.baseOffsetInBytes(BasicType.T_OBJECT); in write()

123