Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java600 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields() local
606 constructorCode.invokeDirect(superConstructor, null, thisRef, params); in generateConstructorsAndFields()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java459 Local<G> thisRef = code.getThis(generated); in testDeclareConstructor() local
461 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in testDeclareConstructor() local
462 code.iput(fieldId, thisRef, parameter); in testDeclareConstructor()
1870 Local<?> thisRef = code.getThis(GENERATED); in addDefaultConstructor() local
1871 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef); in addDefaultConstructor() local