Home
last modified time | relevance | path

Searched refs:ConstantPool (Results 1 – 25 of 208) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp27 void ConstantPool::emitEntries(MCStreamer &Streamer) { in emitEntries()
40 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry()
58 bool ConstantPool::empty() { return Entries.empty(); } in empty()
60 void ConstantPool::clearCache() { in clearCache()
67 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
75 ConstantPool &
81 ConstantPool &CP) { in emitConstantPool()
92 ConstantPool &CP = CPI.second; in emitAll()
100 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
107 if (ConstantPool *CP = getConstantPool(Section)) { in clearCacheForCurrentSection()
/external/llvm/lib/MC/
DConstantPools.cpp24 void ConstantPool::emitEntries(MCStreamer &Streamer) { in emitEntries()
37 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry()
45 bool ConstantPool::empty() { return Entries.empty(); } in empty()
50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
58 ConstantPool &
64 ConstantPool &CP) { in emitConstantPool()
75 ConstantPool &CP = CPI.second; in emitAll()
83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
/external/llvm/include/llvm/MC/
DConstantPools.h40 class ConstantPool {
46 ConstantPool() {} in ConstantPool() function
78 typedef MapVector<MCSection *, ConstantPool> ConstantPoolMapTy;
88 ConstantPool *getConstantPool(MCSection *Section);
89 ConstantPool &getOrCreateConstantPool(MCSection *Section);
/external/turbine/java/com/google/turbine/bytecode/
DClassWriter.java41 ConstantPool pool = new ConstantPool(); in writeClass()
63 ConstantPool pool, ByteArrayDataOutput output, ClassFile.MethodInfo method) { in writeMethod()
71 ConstantPool pool, ByteArrayDataOutput output, ClassFile.FieldInfo field) { in writeField()
79 ConstantPool pool, ByteArrayDataOutput body, List<Attribute> attributes) { in writeAttributes()
86 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool()
88 for (ConstantPool.Entry e : constantPool.constants()) { in writeConstantPool()
120 ConstantPool pool, ByteArrayDataOutput body, ClassFile classfile) { in finishClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DConstantPools.h45 class ConstantPool {
52 ConstantPool() = default;
86 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>;
97 ConstantPool *getConstantPool(MCSection *Section);
98 ConstantPool &getOrCreateConstantPool(MCSection *Section);
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DFieldOrMethod.java65 protected ConstantPool constant_pool;
92 …protected FieldOrMethod(final DataInputStream file, final ConstantPool constant_pool) throws IOExc… in FieldOrMethod()
103 …protected FieldOrMethod(final DataInput file, final ConstantPool constant_pool) throws IOException… in FieldOrMethod()
123 final Attribute[] attributes, final ConstantPool constant_pool) { in FieldOrMethod()
169 public final ConstantPool getConstantPool() { in getConstantPool()
177 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
237 protected FieldOrMethod copy_( final ConstantPool _constant_pool ) { in copy_()
DStackMapType.java39 private ConstantPool constant_pool;
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()
156 public final ConstantPool getConstantPool() { in getConstantPool()
164 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
DLocalVariable.java43 private ConstantPool constant_pool;
63 LocalVariable(final DataInput file, final ConstantPool constant_pool) throws IOException { in LocalVariable()
78 final ConstantPool constant_pool) { in LocalVariable()
99 final ConstantPool constant_pool, final int orig_index) { in LocalVariable()
141 public final ConstantPool getConstantPool() { in getConstantPool()
229 public final void setConstantPool( final ConstantPool constant_pool ) { in setConstantPool()
DAttribute.java74 protected ConstantPool constant_pool; // TODO make private (has getter & setter)
76 …protected Attribute(final byte tag, final int name_index, final int length, final ConstantPool con… 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()
324 public final ConstantPool getConstantPool() in getConstantPool()
333 public final void setConstantPool(final ConstantPool constant_pool) in setConstantPool()
362 public abstract Attribute copy(ConstantPool _constant_pool); in copy()
DElementValue.java40 protected ConstantPool cpool; // TODO should be final
48 protected ElementValue(final int type, final ConstantPool cpool) in ElementValue()
77 …public static ElementValue readElementValue(final DataInput input, final ConstantPool cpool) throw… in readElementValue()
118 final ConstantPool getConstantPool() { in getConstantPool()
DConstantPool.java38 public class ConstantPool implements Cloneable, Node { class
46 public ConstantPool(final Constant[] constant_pool) { in ConstantPool() method in ConstantPool
58 public ConstantPool(final DataInput input) throws IOException, ClassFormatException { in ConstantPool() method in ConstantPool
357 public ConstantPool copy() { in copy()
358 ConstantPool c = null; in copy()
360 c = (ConstantPool) clone(); in copy()
DAnnotationEntry.java38 private final ConstantPool constant_pool;
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()
75 public ConstantPool getConstantPool() { in getConstantPool()
DAnnotationDefault.java42 …(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) … in AnnotationDefault()
53 … name_index, final int length, final ElementValue defaultValue, final ConstantPool constant_pool) { in AnnotationDefault()
85 public Attribute copy(final ConstantPool _constant_pool) { in copy()
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()
DSourceFile.java57 …SourceFile(final int name_index, final int length, final DataInput input, final ConstantPool const… in SourceFile()
76 …l int name_index, final int length, final int sourcefile_index, final ConstantPool constant_pool) { in SourceFile()
147 public Attribute copy( final ConstantPool _constant_pool ) { in copy()
DEnclosingMethod.java48 …EnclosingMethod(final int nameIndex, final int len, final DataInput input, final ConstantPool cpoo… in EnclosingMethod()
52 …l int nameIndex, final int len, final int classIdx,final int methodIdx, final ConstantPool cpool) { in EnclosingMethod()
64 public Attribute copy(final ConstantPool constant_pool) { in copy()
DDeprecated.java54 …ted(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { in Deprecated()
69 …Deprecated(final int name_index, final int length, final DataInput input, final ConstantPool const… in Deprecated()
137 public Attribute copy( final ConstantPool _constant_pool ) { in copy()
DSynthetic.java60 …public Synthetic(final int name_index, final int length, final byte[] bytes, final ConstantPool co… in Synthetic()
75 …Synthetic(final int name_index, final int length, final DataInput input, final ConstantPool consta… in Synthetic()
147 public Attribute copy( final ConstantPool _constant_pool ) { in copy()
DPMGClass.java57 …PMGClass(final int name_index, final int length, final DataInput input, final ConstantPool constan… in PMGClass()
71 final ConstantPool constant_pool) { in PMGClass()
170 public Attribute copy( final ConstantPool _constant_pool ) { in copy()
DStackMap.java51 …al int name_index, final int length, final StackMapEntry[] map, final ConstantPool constant_pool) { in StackMap()
66 …StackMap(final int name_index, final int length, final DataInput input, final ConstantPool constan… in StackMap()
134 public Attribute copy( final ConstantPool _constant_pool ) { in copy()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldOrMethod.java23 import org.apache.bcel.classfile.ConstantPool;
53 final ConstantPool cp = cpg.getConstantPool(); in getSignature()
63 final ConstantPool cp = cpg.getConstantPool(); in getName()
83 final ConstantPool cp = cpg.getConstantPool(); in getClassName()
114 final ConstantPool cp = cpg.getConstantPool(); in getReferenceType()
DNameSignatureInstruction.java22 import org.apache.bcel.classfile.ConstantPool;
43 final ConstantPool cp = cpg.getConstantPool(); in getNameAndType()
50 final ConstantPool cp = cpg.getConstantPool(); in getSignature()
58 final ConstantPool cp = cpg.getConstantPool(); in getName()
DCPInstruction.java25 import org.apache.bcel.classfile.ConstantPool;
95 public String toString( final ConstantPool cp ) { in toString()
143 final ConstantPool cp = cpg.getConstantPool(); in getType()
DInvokeInstruction.java25 import org.apache.bcel.classfile.ConstantPool;
55 public String toString( final ConstantPool cp ) { in toString()
103 final ConstantPool cp = cpg.getConstantPool(); in getClassName()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DEnclosingMethodAttributeTestCase.java25 import org.apache.bcel.classfile.ConstantPool;
41 final ConstantPool pool = clazz.getConstantPool(); in testCheckMethodLevelNamedInnerClass()
64 final ConstantPool pool = clazz.getConstantPool(); in testCheckClassLevelNamedInnerClass()
87 final ConstantPool pool = clazz.getConstantPool(); in testAttributeSerializtion()

123456789