Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java464 Local<String> abstractMethodErrorMessage, in throwAbstractMethodError() argument
470 code.loadConstant(abstractMethodErrorMessage, "'" + method + "' cannot be called"); in throwAbstractMethodError()
472 abstractMethodErrorMessage); in throwAbstractMethodError()
553 Local<String> abstractMethodErrorMessage = null; in generateCodeForAllMethods() local
560 abstractMethodErrorMessage = code.newLocal(TypeId.STRING); in generateCodeForAllMethods()
606 throwAbstractMethodError(code, method, abstractMethodErrorMessage, in generateCodeForAllMethods()