HomeSort by relevance Sort by last modified time
    Searched full:constructorcode (Results 1 - 1 of 1) sorted by null

  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 563 Code constructorCode = dexMaker.declare(method, PUBLIC);
564 Local<G> thisRef = constructorCode.getThis(generatedType);
567 params[i] = constructorCode.getParameter(i, types[i]);
570 constructorCode.invokeDirect(superConstructor, null, thisRef, params);
571 constructorCode.returnVoid();
    [all...]

Completed in 33 milliseconds