Searched refs:constructorCode (Results 1 – 1 of 1) sorted by relevance
702 Code constructorCode = dexMaker.declare(method, PUBLIC); in generateConstructorsAndFields() local703 Local<G> thisRef = constructorCode.getThis(generatedType); in generateConstructorsAndFields()706 params[i] = constructorCode.getParameter(i, types[i]); in generateConstructorsAndFields()709 constructorCode.invokeDirect(superConstructor, null, thisRef, params); in generateConstructorsAndFields()710 constructorCode.returnVoid(); in generateConstructorsAndFields()