Searched refs:invokeDirect (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java132 * <li>{@link #invokeDirect invokeDirect()} is used for private instance
619 invokeDirect(constructor, null, target, args);
656 public <D, R> void invokeDirect(MethodId<D, R> method, Local<? super R> target, method in class:Code
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java215 code.invokeDirect(directMethodId, localB, localG);
427 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef);
1799 code.invokeDirect(TypeId.OBJECT.getConstructor(), null, thisRef);
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java570 constructorCode.invokeDirect(superConstructor, null, thisRef, params);

Completed in 293 milliseconds