Home
last modified time | relevance | path

Searched refs:emptyMethod (Results 1 – 3 of 3) sorted by relevance

/art/test/462-checker-inlining-dex-files/src-multidex/
DOtherDex.java18 public static void emptyMethod() { in emptyMethod() method in OtherDex
/art/test/431-type-propagation/smali/
DTypePropagation.smali36 invoke-static {}, LTypePropagation;->emptyMethod()V
40 .method public static emptyMethod()V
/art/test/462-checker-inlining-dex-files/src/
DMain.java32 OtherDex.emptyMethod(); in inlineEmptyMethod()