Home
last modified time | relevance | path

Searched defs:classIndex (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java257 public int addFieldrefConstant(int classIndex, in addFieldrefConstant()
276 public int addFieldrefConstant(int classIndex, in addFieldrefConstant()
364 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant()
383 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant()
471 public int addMethodrefConstant(int classIndex, in addMethodrefConstant()
490 public int addMethodrefConstant(int classIndex, in addMethodrefConstant()
/external/proguard/src/proguard/optimize/
DMemberDescriptorSpecializer.java108 int classIndex = 0; in visitProgramMethod() local
/external/proguard/src/proguard/classfile/attribute/preverification/
DVerificationTypeFactory.java108 public static ObjectType createObjectType(int classIndex) in createObjectType()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.cpp513 int classIndex = V8ClassIndex::ToInt(type); in createWrapperFromCache() local
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java438 public void reportChangedClass(String pkgName, ClassDiff[] classDiffs, int classIndex) { in reportChangedClass()