HomeSort by relevance Sort by last modified time
    Searched refs:getConstPool (Results 26 - 50 of 55) sorted by null

12 3

  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 27 constPool = ca.getConstPool();
41 constPool = codeAttr.getConstPool();
FieldInfo.java 126 public ConstPool getConstPool() {
InnerClassesAttribute.java 210 ConstPool cp = getConstPool();
CodeAttribute.java 212 ConstPool cp = getConstPool();
347 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(),
AttributeInfo.java 134 public ConstPool getConstPool() { return constPool; }
InstructionPrinter.java 41 ConstPool pool = info.getConstPool();
SignatureAttribute.java 61 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0));
72 int index = getConstPool().addUtf8Info(sig);
MethodInfo.java 219 public ConstPool getConstPool() {
StackMap.java 230 srcCp = map.getConstPool();
AnnotationsAttribute.java 87 * ConstPool cp = cf.getConstPool();
280 Renamer renamer = new Renamer(info, getConstPool(), classnames);
ClassFileWriter.java 31 * ConstPoolWriter cpw = cfw.getConstPool();
102 public ConstPoolWriter getConstPool() { return constPool; }
ClassFile.java 254 public ConstPool getConstPool() {
Bytecode.java 178 public ConstPool getConstPool() { return constPool; }
    [all...]
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 202 minfo.getConstPool().getClassInfo(index));
207 && minfo.getConstPool().isConstructor(newList.type,
  /external/javassist/src/main/javassist/
CtClassType.java 786 ica = new InnerClassesAttribute(cf.getConstPool());
792 cf2.addAttribute(ica.copy(cf2.getConstPool(), null));
    [all...]
CtField.java 89 ConstPool cp = fi.getConstPool();
105 fieldInfo = new FieldInfo(cf.getConstPool(), name, typeDesc);
380 ConstPool cp = fieldInfo.getConstPool();
434 fieldInfo.addAttribute(new AttributeInfo(fieldInfo.getConstPool(),
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 138 Executor executor = new Executor(clazz.getClassPool(), method.getConstPool());
213 ConstPool constPool = method.getConstPool();
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 118 return mm.toStackMap2(minfo.getConstPool(), blocks);
122 super(classes, minfo.getConstPool(),
TypedBlock.java 49 ConstPool pool = minfo.getConstPool();
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9);
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 156 /// MachineRelocation::getConstPool - Return a relocation entry for a constant
159 static MachineRelocation getConstPool(uintptr_t offset,unsigned RelocationType,
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 172 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
  /external/javassist/src/main/javassist/compiler/
Javac.java 52 this(new Bytecode(thisClass.getClassFile2().getConstPool(), 0, 0),
MemberCodeGen.java 965 ConstPool cp = bytecode.getConstPool();
977 bytecode.addLdc(bytecode.getConstPool().addClassInfo(cname));
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 262 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),

Completed in 1649 milliseconds

12 3