Home
last modified time | relevance | path

Searched defs:virtualMethod (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedMethodUtil.java44 …public static boolean canAccess(@Nonnull TypeProto type, @Nonnull Method virtualMethod, boolean ch… in canAccess()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java188 MethodId<DexMakerTest, Integer> virtualMethod in testInvokeVirtual() local
197 public int virtualMethod(int a) { in virtualMethod() method in DexMakerTest