Searched defs:getConstPool (Results 1 - 10 of 10) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java134 public ConstPool getConstPool() { return constPool; } method in class:AttributeInfo
H A DFieldInfo.java126 public ConstPool getConstPool() { method in class:FieldInfo
H A DMethodInfo.java219 public ConstPool getConstPool() { method in class:MethodInfo
H A DClassFile.java254 public ConstPool getConstPool() { method in class:ClassFile
H A DClassFileWriter.java31 * ConstPoolWriter cpw = cfw.getConstPool();
102 public ConstPoolWriter getConstPool() { return constPool; } method in class:ClassFileWriter
H A DBytecode.java178 public ConstPool getConstPool() { return constPool; } method in class:Bytecode
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java77 public ConstPool getConstPool() { method in class:AnnotationsWriter
/external/javassist/src/main/javassist/expr/
H A DExpr.java72 protected final ConstPool getConstPool() { method in class:Expr
73 return thisMethod.getConstPool();
133 ConstPool cp = thisMethod.getConstPool();
/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h156 /// MachineRelocation::getConstPool - Return a relocation entry for a constant
159 static MachineRelocation getConstPool(uintptr_t offset,unsigned RelocationType, function in class:llvm::MachineRelocation
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 961 milliseconds