Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java466 … TypeId<AbstractMethodError> abstractMethodErrorClass = TypeId.get(AbstractMethodError.class); in throwAbstractMethodError() local
469 abstractMethodErrorClass.getConstructor(TypeId.STRING); in throwAbstractMethodError()
529 TypeId<AbstractMethodError> abstractMethodErrorClass = in generateCodeForAllMethods() local
561 abstractMethodError = code.newLocal(abstractMethodErrorClass); in generateCodeForAllMethods()
638 (abstractMethodErrorClass); in generateCodeForAllMethods()