Searched refs:OtherInP1 (Results 1 – 2 of 2) sorted by relevance
27 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()
19 class OtherInP1 { class20 OtherInP1() { in OtherInP1() method in OtherInP1