Home
last modified time | relevance | path

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

/art/test/1974-resize-array/src/art/
DTest1974.java46 static InstanceClass theOtherInstanceClass; field in Test1974
50 theOtherInstanceClass = new InstanceClass();
51 theOtherInstanceClass.instance_field = theInstanceClass.instance_field;
52 theOtherInstanceClass.self_ref = theInstanceClass.self_ref;
89 "Same value? " + (theInstanceClass.instance_field == theOtherInstanceClass.instance_field)); in runInstance()
159 "Same value? " + (theInstanceClass.self_ref == theOtherInstanceClass.self_ref)); in runInstanceSelfRef()
187 "Same value? " + (theInstanceClass.self_ref == theOtherInstanceClass.self_ref)); in runInstanceSelfRefSmall()