Searched refs:getClassDef (Results 1 - 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProvider.java39 @Nullable ClassDef getClassDef(String type); method in interface:ClassProvider
H A DDexClassProvider.java53 @Nullable @Override public ClassDef getClassDef(String type) { method in class:DexClassProvider
H A DAnalyzedMethodUtil.java62 ClassDef methodClassDef = classPath.getClassDef(virtualMethod.getDefiningClass());
H A DClassProto.java86 public ClassDef getClassDef() { method in class:ClassProto
93 return classPath.getClassDef(type);
105 ClassDef classDef = getClassDef();
136 for (String interfaceType: getClassDef().getInterfaces()) {
140 interfaceDef = classPath.getClassDef(interfaceType);
252 return getClassDef().getSuperclass();
409 ArrayList<Field> fields = getSortedInstanceFields(getClassDef());
614 ArrayList<Field> fields = getSortedInstanceFields(getClassDef());
814 addToVtable(getClassDef().getVirtualMethods(), vtable, true);
H A DCustomInlineMethodResolver.java122 ClassDef classDef = ((ClassProto)typeProto).getClassDef();
H A DClassPath.java148 public ClassDef getClassDef(String type) { method in class:ClassPath
150 ClassDef classDef = provider.getClassDef(type);
H A DMethodAnalyzer.java1679 ClassDef thisClass = classPath.getClassDef(method.getDefiningClass());
1681 if (!TypeUtils.canAccessClass(thisClass.getType(), classPath.getClassDef(resolvedField.getDefiningClass()))) {
1685 ClassDef fieldClass = classPath.getClassDef(objectRegisterTypeProto.getType());
1693 fieldClass = classPath.getClassDef(superclass);
1840 ClassDef thisClass = classPath.getClassDef(method.getDefiningClass());
1843 thisClass.getType(), classPath.getClassDef(resolvedMethod.getDefiningClass()))) {
1847 ClassDef methodClass = classPath.getClassDef(objectRegisterTypeProto.getType());
1855 methodClass = classPath.getClassDef(superclass);
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/analysis/
H A DSmalideaClassProvider.java24 @Nullable @Override public ClassDef getClassDef(String type) { method in class:SmalideaClassProvider
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 909 milliseconds