HomeSort by relevance Sort by last modified time
    Searched full:constantpool (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 56 Constant[] constantPool = targetClass.constantPool;
61 Constant constant = constantPool[index];
85 Constant[] constantPool = targetClass.constantPool;
90 Constant constant = constantPool[index];
115 Constant[] constantPool = targetClass.constantPool;
120 Constant constant = constantPool[index];
145 Constant[] constantPool = targetClass.constantPool
    [all...]
NameAndTypeShrinker.java 69 shrinkConstantPool(programClass.constantPool,
151 private int shrinkConstantPool(Constant[] constantPool, int length)
168 Constant constant = constantPool[index];
179 constantPool[counter++] = constant;
184 Arrays.fill(constantPool, counter, length, null);
ConstantPoolSorter.java 66 Constant constant = programClass.constantPool[oldIndex];
112 System.arraycopy(newConstantPool, 0, programClass.constantPool, 0, newLength);
115 Arrays.fill(programClass.constantPool, newLength, constantPoolCount, null);
  /external/llvm/lib/MC/
ConstantPools.cpp 1 //===- ConstantPools.cpp - ConstantPool class --*- C++ -*---------===//
10 // This file implements the ConstantPool and AssemblerConstantPools classes.
21 // ConstantPool implementation
24 void ConstantPool::emitEntries(MCStreamer &Streamer) {
38 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context) {
45 bool ConstantPool::empty() { return Entries.empty(); }
50 ConstantPool *
59 ConstantPool &
65 ConstantPool &CP) {
78 ConstantPool &CP = CPI->second
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
RawAttribute.java 19 import com.android.dx.rop.cst.ConstantPool;
33 private final ConstantPool pool;
42 public RawAttribute(String name, ByteArray data, ConstantPool pool) {
63 int length, ConstantPool pool) {
88 public ConstantPool getPool() {
  /external/llvm/include/llvm/MC/
ConstantPools.h 1 //===- ConstantPool.h - Keep track of assembler-generated ------*- C++ -*-===//
10 // This file declares the ConstantPool and AssemblerConstantPools classes.
27 class ConstantPool {
33 ConstantPool() {}
63 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
75 ConstantPool *getConstantPool(const MCSection *Section);
76 ConstantPool &getOrCreateConstantPool(const MCSection *Section);
  /external/proguard/src/proguard/classfile/
ProgramClass.java 40 public Constant[] constantPool;
76 return constantPool[constantIndex];
109 return constantPool[constantIndex].getTag();
116 return ((Utf8Constant)constantPool[constantIndex]).getString();
128 return ((StringConstant)constantPool[constantIndex]).getString(this);
140 return ((ClassConstant)constantPool[constantIndex]).getName(this);
152 return ((NameAndTypeConstant)constantPool[constantIndex]).getName(this);
164 return ((NameAndTypeConstant)constantPool[constantIndex]).getType(this);
177 return ((RefConstant)constantPool[constantIndex]).getName(this);
189 return ((RefConstant)constantPool[constantIndex]).getType(this)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 1 //===-- ARMConstantPoolValue.h - ARM constantpool value ---------*- C++ -*-===//
10 // This file implements the ARM specific constantpool value class.
49 /// ARMConstantPoolValue - ARM specific constantpool value. This is used to
55 unsigned char PCAdjust; // Extra adjustment if constantpool is pc-relative.
114 /// constantpool entry as another ARM constpool value.
171 /// constantpool entry as another ARM constpool value.
186 /// ARMConstantPoolSymbol - ARM-specific constantpool values for external
207 /// constantpool entry as another ARM constpool value.
221 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
243 /// constantpool entry as another ARM constpool value
    [all...]
Thumb2RegisterInfo.cpp 44 MachineConstantPool *ConstantPool = MF.getConstantPool();
47 unsigned Idx = ConstantPool->getConstantPoolIndex(C, 4);
ARMAsmPrinter.h 41 /// MCP - Keep a pointer to constantpool entries of the current
120 /// EmitMachineConstantPoolValue - Print a machine constantpool value to
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ConstantPoolTest.java 33 * JDWP Unit test for ReferenceType.ConstantPool command.
41 static final String thisCommandName = "ReferenceType.ConstantPool command";
53 * This testcase exercises ReferenceType.ConstantPool command.
56 * performs ReferenceType.ConstantPool command and checks that returned
75 // Compose ConstantPool command
87 // Perform ConstantPool command and get reply package
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 75 shrinkConstantIndexArray(programClass.constantPool,
81 shrinkConstantPool(programClass.constantPool,
315 ((Utf8Constant)((ProgramClass)clazz).constantPool[signatureAttribute.u2signatureIndex]).setString(newSignatureBuffer.toString());
359 private int shrinkConstantPool(Constant[] constantPool, int length)
374 Constant constant = constantPool[index];
384 constantPool[counter++] = constant;
389 Arrays.fill(constantPool, counter, length, null);
400 private int shrinkConstantIndexArray(Constant[] constantPool, int[] array, int length)
407 if (usageMarker.isUsed(constantPool[array[index]]))
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 52 private Constant[] constantPool;
95 constantPool = new Constant[u2constantPoolCount];
106 constantPool[index] = constant;
324 ClassConstant classEntry = (ClassConstant)constantPool[constantIndex];
336 return ((Utf8Constant)constantPool[constantIndex]).getString();
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 225 final IConstantCollection constantPool = m_table.getConstants ();
229 final Field_info field_info = new Field_info (constantPool, m_bytes);
265 final IConstantCollection constantPool = m_table.getConstants ();
269 final Method_info method_info = new Method_info (constantPool, m_bytes);
286 IConstantCollection constantPool = m_table.getConstants ();
290 Attribute_info attribute_info = Attribute_info.new_Attribute_info (constantPool, m_bytes);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 19 import com.android.dx.rop.cst.ConstantPool;
81 public ConstantPool getConstantPool();
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 21 import com.android.dx.rop.cst.ConstantPool;
96 private void addDependencies(ConstantPool pool) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
StdConstantPool.java 24 * Standard implementation of {@link ConstantPool}, which directly stores
28 extends MutabilityControl implements ConstantPool {
  /external/llvm/test/CodeGen/ARM/
subreg-remat.ll 8 ; %vreg6:ssub_0<def> = VLDRS <cp#0>, 0, pred:14, pred:%noreg; mem:LD4[ConstantPool] DPR_VFP2:%vreg6
34 ; %vreg2:ssub_0<def> = VLDRS <cp#0>, 0, pred:14, pred:%noreg, %vreg2<imp-def>; mem:LD4[ConstantPool]
  /external/llvm/test/CodeGen/X86/
2010-05-12-FastAllocKills.ll 9 ; %reg1025<def> = MUL_Fp80m32 %reg1024, %RIP, 1, %reg0, <cp#0>, %reg0; mem:LD4[ConstantPool]
20 ; %FP2<def> = MUL_Fp80m32 %FP1, %RIP, 1, %reg0, <cp#0>, %reg0; mem:LD4[ConstantPool]
  /external/proguard/src/proguard/classfile/constant/
Constant.java 27 * This abstract class represents an entry in the ConstantPool. Specific types

Completed in 954 milliseconds

1 2 3 4 5