Home
last modified time | relevance | path

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

/art/test/542-unresolved-access-check/src/p1/
DInP1.java27 return new OtherInP1(); in $inline$AllocateOtherInP1()
34 return new OtherInP1[10]; in $inline$AllocateArrayOtherInP1()
41 return OtherInP1.staticField; in $inline$UseStaticFieldOtherInP1()
48 OtherInP1.staticField = new Object(); in $inline$SetStaticFieldOtherInP1()
65 public static OtherInP1 $noinline$AllocateOtherInP1() { in $noinline$AllocateOtherInP1()
67 return new OtherInP1(); in $noinline$AllocateOtherInP1()
77 return OtherInP1.class; in $inline$LoadOtherInP1()
84 return OtherInP1.doTheStaticCall(); in $inline$StaticCallOtherInP1()
DOtherInP1.java19 class OtherInP1 { class
20 OtherInP1() { in OtherInP1() method in OtherInP1