Home
last modified time | relevance | path

Searched refs:returnIntMethod (Results 1 – 2 of 2) sorted by relevance

/art/test/462-checker-inlining-dex-files/src-multidex/
DOtherDex.java21 public static int returnIntMethod() { in returnIntMethod() method in OtherDex
/art/test/462-checker-inlining-dex-files/src/
DMain.java47 return OtherDex.returnIntMethod(); in inlineReturnIntMethod()