Home
last modified time | relevance | path

Searched refs:classReference (Results 1 – 3 of 3) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliExtendsList.java69 SmaliClassTypeElement classReference = implementsStatement.getClassReference(); in getImplementsElements() local
70 if (classReference != null) { in getImplementsElements()
71 types.add(classReference); in getImplementsElements()
85 SmaliClassTypeElement classReference = superStatement.getClassReference(); in getExtendsElement() local
86 if (classReference != null) { in getExtendsElement()
87 return new SmaliClassTypeElement[] { classReference }; in getExtendsElement()
DSmaliImplementsList.java68 SmaliClassTypeElement classReference = implementsStatement.getClassReference(); in getImplementsElements() local
69 if (classReference != null) { in getImplementsElements()
70 types.add(classReference); in getImplementsElements()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java630 ReplyPacket classReference = getClassBySignature(typeSignature); in getTypeID() local
633 classes = classReference.getNextValueAsInt(); in getTypeID()
635 refTypeTag = classReference.getNextValueAsByte(); in getTypeID()
637 typeID = classReference.getNextValueAsReferenceTypeID(); in getTypeID()
638 classReference.getNextValueAsInt(); in getTypeID()
641 classReference.getNextValueAsReferenceTypeID(); in getTypeID()
642 classReference.getNextValueAsInt(); in getTypeID()