HomeSort by relevance Sort by last modified time
    Searched refs:OtherInP1 (Results 1 - 2 of 2) sorted by null

  /art/test/542-unresolved-access-check/src/p1/
OtherInP1.java 19 class OtherInP1 {
20 OtherInP1() {
InP1.java 25 // Set the flag that we have entered InP1 code to get OtherInP1 loaded.
27 return new OtherInP1();
34 return new OtherInP1[10];
41 return OtherInP1.staticField;
48 OtherInP1.staticField = new Object();
65 public static OtherInP1 $noinline$AllocateOtherInP1() {
67 return new OtherInP1();
77 return OtherInP1.class;
84 return OtherInP1.doTheStaticCall();

Completed in 55 milliseconds