Home
last modified time | relevance | path

Searched defs:constant_pool (Results 1 – 25 of 74) sorted by relevance

123

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DFieldOrMethod.java65 protected ConstantPool constant_pool; field in FieldOrMethod
92 …protected FieldOrMethod(final DataInputStream file, final ConstantPool constant_pool) throws IOExc… in FieldOrMethod()
94 this((DataInput) file, constant_pool); in FieldOrMethod() local
103 …protected FieldOrMethod(final DataInput file, final ConstantPool constant_pool) throws IOException… in FieldOrMethod()
123 final Attribute[] attributes, final ConstantPool constant_pool) { in FieldOrMethod()
177 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
DStackMapType.java39 private ConstantPool constant_pool; field in StackMapType
47 StackMapType(final DataInput file, final ConstantPool constant_pool) throws IOException { in StackMapType()
60 public StackMapType(final byte type, final int index, final ConstantPool constant_pool) { in StackMapType()
164 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
DLocalVariable.java43 private ConstantPool constant_pool; field in LocalVariable
63 LocalVariable(final DataInput file, final ConstantPool constant_pool) throws IOException { in LocalVariable()
65 .readUnsignedShort(), file.readUnsignedShort(), constant_pool); in LocalVariable() local
78 final ConstantPool constant_pool) { in LocalVariable()
99 final ConstantPool constant_pool, final int orig_index) { in LocalVariable()
229 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
DAttribute.java74 protected ConstantPool constant_pool; // TODO make private (has getter & setter) field in Attribute
76 …Attribute(final byte tag, final int name_index, final int length, final ConstantPool constant_pool) in Attribute()
162 …public static Attribute readAttribute(final DataInputStream file, final ConstantPool constant_pool) in readAttribute()
183 public static Attribute readAttribute(final DataInput file, final ConstantPool constant_pool) in readAttribute()
333 public final void setConstantPool(final ConstantPool constant_pool) in setConstantPool()
DParameterAnnotations.java43 final DataInput input, final ConstantPool constant_pool) throws IOException { in ParameterAnnotations()
62 … final ParameterAnnotationEntry[] parameter_annotation_table, final ConstantPool constant_pool) { in ParameterAnnotations()
120 public Attribute copy( final ConstantPool constant_pool ) { in copy()
DRuntimeInvisibleAnnotations.java45 …ns(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in RuntimeInvisibleAnnotations()
55 public Attribute copy(final ConstantPool constant_pool) in copy()
DRuntimeVisibleAnnotations.java45 …al int name_index, final int length, final DataInput input, final ConstantPool constant_pool) thro… in RuntimeVisibleAnnotations()
54 public Attribute copy(final ConstantPool constant_pool) in copy()
DAnnotationEntry.java38 private final ConstantPool constant_pool; field in AnnotationEntry
52 …public static AnnotationEntry read(final DataInput input, final ConstantPool constant_pool, final … in read()
65 …public AnnotationEntry(final int type_index, final ConstantPool constant_pool, final boolean isRun… in AnnotationEntry()
DAnnotationDefault.java42 …al int name_index, final int length, final DataInput input, final ConstantPool constant_pool) thro… in AnnotationDefault()
53 … name_index, final int length, final ElementValue defaultValue, final ConstantPool constant_pool) { in AnnotationDefault()
DConstantPool.java40 private Constant[] constant_pool; field in ConstantPool
46 public ConstantPool(final Constant[] constant_pool) { in ConstantPool()
336 public void setConstantPool( final Constant[] constant_pool ) { in setConstantPool()
DDeprecated.java54 …ted(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { in Deprecated()
69 …ed(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in Deprecated()
DSourceFile.java57 …le(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in SourceFile()
76 …l int name_index, final int length, final int sourcefile_index, final ConstantPool constant_pool) { in SourceFile()
DSynthetic.java60 …tic(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { in Synthetic()
75 …ic(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in Synthetic()
DStackMap.java51 …al int name_index, final int length, final StackMapEntry[] map, final ConstantPool constant_pool) { in StackMap()
66 …al int name_index, final int length, final DataInput input, final ConstantPool constant_pool) thro… in StackMap()
DAnnotations.java43 final ConstantPool constant_pool, final boolean isRuntimeVisible) throws IOException { in Annotations()
60 final ConstantPool constant_pool, final boolean isRuntimeVisible) { in Annotations()
DBootstrapMethods.java52 …x, final int length, final BootstrapMethod[] bootstrap_methods, final ConstantPool constant_pool) { in BootstrapMethods()
66 …al int name_index, final int length, final DataInput input, final ConstantPool constant_pool) thro… in BootstrapMethods()
DInnerClasses.java56 final ConstantPool constant_pool) { in InnerClasses()
71 …es(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in InnerClasses()
DConstantValue.java56 …ue(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in ConstantValue()
69 final ConstantPool constant_pool) { in ConstantValue()
DLocalVariableTypeTable.java65 …, final int length, final LocalVariable[] local_variable_table, final ConstantPool constant_pool) { in LocalVariableTypeTable()
135 public Attribute copy(final ConstantPool constant_pool) { in copy()
DExceptionTable.java58 final ConstantPool constant_pool) { in ExceptionTable()
72 …al int name_index, final int length, final DataInput input, final ConstantPool constant_pool) thro… in ExceptionTable()
DUnknown.java75 …own(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { in Unknown()
93 …wn(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in Unknown()
DField.java67 Field(final DataInput file, final ConstantPool constant_pool) throws IOException, in Field()
81 final ConstantPool constant_pool) { in Field()
DPMGClass.java57 …ss(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) in PMGClass()
71 final ConstantPool constant_pool) { in PMGClass()
/external/v8/src/codegen/ppc/
Dassembler-ppc-inl.h124 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at()
139 Address constant_pool) { in target_compressed_address_at()
144 Address constant_pool) { in code_target_object_handle_at()
275 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at()
414 Address pc, Address constant_pool, ConstantPoolEntry::Access access, in target_constant_pool_address_at()
448 void Assembler::set_target_address_at(Address pc, Address constant_pool, in set_target_address_at()
/external/v8/src/codegen/s390/
Dassembler-s390-inl.h120 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at()
135 Address constant_pool) { in target_compressed_address_at()
260 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at()
321 void Assembler::set_target_address_at(Address pc, Address constant_pool, in set_target_address_at()

123