Home
last modified time | relevance | path

Searched refs:descriptorIndex (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantMethodType.java39 private int descriptorIndex; field in ConstantMethodType
63 this.descriptorIndex = descriptor_index; in ConstantMethodType()
89 file.writeShort(descriptorIndex); in dump()
94 return descriptorIndex; in getDescriptorIndex()
99 this.descriptorIndex = descriptor_index; in setDescriptorIndex()
108 return super.toString() + "(descriptorIndex = " + descriptorIndex + ")"; in toString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DConstantPoolEntry2.java25 private int descriptorIndex; field in ConstantPoolEntry2
37 return this.descriptorIndex; in getDescriptorIndex()
75 public void setDescriptorIndex(int descriptorIndex) { in setDescriptorIndex() argument
76 this.descriptorIndex = descriptorIndex; in setDescriptorIndex()
110 this.descriptorIndex = 0; in reset()
H A DLocalVariableTableEntry.java30 private int descriptorIndex; field in LocalVariableTableEntry
50 this.descriptorIndex = u2At(classFileBytes, 6, offset); in LocalVariableTableEntry()
57 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in LocalVariableTableEntry()
93 return this.descriptorIndex; in getDescriptorIndex()
H A DComponentInfo.java31 private int descriptorIndex; field in ComponentInfo
49 this.descriptorIndex = u2At(classFileBytes, 2, offset); in ComponentInfo()
50 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in ComponentInfo()
116 return this.descriptorIndex; in getDescriptorIndex()
H A DFieldInfo.java38 private int descriptorIndex; field in FieldInfo
63 this.descriptorIndex = u2At(classFileBytes, 4, offset); in FieldInfo()
64 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in FieldInfo()
154 return this.descriptorIndex; in getDescriptorIndex()
H A DMethodInfo.java42 private int descriptorIndex; field in MethodInfo
72 this.descriptorIndex = u2At(classFileBytes, 4, offset); in MethodInfo()
73 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in MethodInfo()
181 return this.descriptorIndex; in getDescriptorIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DClassFile.java406 contents[contentsOffset++] = (byte) (descriptorIndex >> 8); in addFieldInfo()
407 contents[contentsOffset++] = (byte) descriptorIndex; in addFieldInfo()
1389 int descriptorIndex; in completeCodeAttribute() local
1401 descriptorIndex = in completeCodeAttribute()
1699 int descriptorIndex; in completeCodeAttributeForClinit() local
2031 int descriptorIndex; in completeCodeAttributeForProblemMethod() local
2048 descriptorIndex = in completeCodeAttributeForProblemMethod()
2339 int descriptorIndex; in completeCodeAttributeForSyntheticAccessMethod() local
2770 contents[contentsOffset++] = (byte) descriptorIndex; in generateMethodInfoHeader()
2793 int descriptorIndex = in generateMethodInfoHeaderForClinit() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DFieldInfo.java25 private int descriptorIndex; field in FieldInfo
49 this.descriptorIndex = u2At(classFileBytes, 4, offset); in FieldInfo()
50 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in FieldInfo()
132 return this.descriptorIndex; in getDescriptorIndex()
H A DMethodInfo.java25 private int descriptorIndex; field in MethodInfo
54 this.descriptorIndex = u2At(classFileBytes, 4, offset); in MethodInfo()
55 constantPoolEntry = constantPool.decodeEntry(this.descriptorIndex); in MethodInfo()
153 return this.descriptorIndex; in getDescriptorIndex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DRecordComponentWriter.java72 private final int descriptorIndex; field in RecordComponentWriter
131 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in RecordComponentWriter()
212 output.putShort(nameIndex).putShort(descriptorIndex); in putRecordComponentInfo()
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
254 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DRecordComponentWriter.java72 private final int descriptorIndex; field in RecordComponentWriter
131 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in RecordComponentWriter()
212 output.putShort(nameIndex).putShort(descriptorIndex); in putRecordComponentInfo()
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
254 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DRecordComponentWriter.java72 private final int descriptorIndex; field in RecordComponentWriter
131 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in RecordComponentWriter()
212 output.putShort(nameIndex).putShort(descriptorIndex); in putRecordComponentInfo()
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
254 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocketAsyncEventArgs.Windows.cs1006 int descriptorIndex = 0; in SetupPinHandlesSendPackets()
1015 …sendPacketsDescriptor[descriptorIndex].buffer = Marshal.UnsafeAddrOfPinnedArrayElement(spe._buffer… in SetupPinHandlesSendPackets()
1016 sendPacketsDescriptor[descriptorIndex].length = (uint)spe._count; in SetupPinHandlesSendPackets()
1017 …sendPacketsDescriptor[descriptorIndex].flags = (Interop.Winsock.TransmitPacketsElementFlags)spe._f… in SetupPinHandlesSendPackets()
1018 descriptorIndex++; in SetupPinHandlesSendPackets()
1023 …sendPacketsDescriptor[descriptorIndex].fileHandle = _sendPacketsFileStreams[fileIndex].SafeFileHan… in SetupPinHandlesSendPackets()
1024 sendPacketsDescriptor[descriptorIndex].fileOffset = spe._offset; in SetupPinHandlesSendPackets()
1025 sendPacketsDescriptor[descriptorIndex].length = (uint)spe._count; in SetupPinHandlesSendPackets()
1026 …sendPacketsDescriptor[descriptorIndex].flags = (Interop.Winsock.TransmitPacketsElementFlags)spe._f… in SetupPinHandlesSendPackets()
1028 descriptorIndex++; in SetupPinHandlesSendPackets()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
296 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
296 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFieldWriter.java88 private final int descriptorIndex; field in FieldWriter
162 this.descriptorIndex = symbolTable.addConstantUtf8(descriptor); in FieldWriter()
296 output.putShort(accessFlags & ~mask).putShort(nameIndex).putShort(descriptorIndex); in putFieldInfo()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/file_monitor/
H A DLinuxFileMonitor.cpp91 WatchesByDescriptor::const_iterator it = descriptorIndex().find(wd); in find()
92 if (it != descriptorIndex().end()) in find()
109 std::for_each(descriptorIndex().begin(), descriptorIndex().end(), op); in forEach()
147 const WatchesByDescriptor& descriptorIndex() const in descriptorIndex() function in rstudio::core::system::file_monitor::__anonf668e8400111::Watches
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DClassFileInput.java334 int descriptorIndex = readUnsignedShort(); in readFields() local
337 fld.setSignature(descriptorIndex, constants); in readFields()
350 int descriptorIndex = readUnsignedShort(); in readMethods() local
353 meth.setSignature(descriptorIndex); in readMethods()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DStringSharingPlugin.java184 int descriptorIndex = field.descriptor.index; in scanFields() local
185 utf8Descriptors.add(descriptorIndex); in scanFields()
194 int descriptorIndex = m.descriptor.index; in scanMethods() local
195 utf8Descriptors.add(descriptorIndex); in scanMethods()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DStringSharingPlugin.java188 int descriptorIndex = field.descriptor.index; in scanFields() local
189 utf8Descriptors.add(descriptorIndex); in scanFields()
198 int descriptorIndex = m.descriptor.index; in scanMethods() local
199 utf8Descriptors.add(descriptorIndex); in scanMethods()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DStringSharingPlugin.java188 int descriptorIndex = field.descriptor.index; in scanFields() local
189 utf8Descriptors.add(descriptorIndex); in scanFields()
198 int descriptorIndex = m.descriptor.index; in scanMethods() local
199 utf8Descriptors.add(descriptorIndex); in scanMethods()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DStringSharingPlugin.java188 int descriptorIndex = field.descriptor.index; in scanFields() local
189 utf8Descriptors.add(descriptorIndex); in scanFields()
198 int descriptorIndex = m.descriptor.index; in scanMethods() local
199 utf8Descriptors.add(descriptorIndex); in scanMethods()

123