Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java265 Code superHashCode = dexMaker.declare( in testInvokeSuper() local
267 Local<Integer> localResult = superHashCode.newLocal(TypeId.INT); in testInvokeSuper()
268 Local<G> localThis = superHashCode.getThis(generated); in testInvokeSuper()
269 superHashCode.invokeSuper(objectHashCode, localResult, localThis); in testInvokeSuper()
270 superHashCode.returnValue(localResult); in testInvokeSuper()