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