Home
last modified time | relevance | path

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

/aosp12/art/test/1974-resize-array/src/art/
H A DTest1974.java37 public Object[] self_ref; field in Test1974.InstanceClass
41 self_ref[0] = self_ref; in InstanceClass()
52 theOtherInstanceClass.self_ref = theInstanceClass.self_ref;
149 ResizeArray(() -> theInstanceClass.self_ref, theInstanceClass.self_ref.length + 5); in runInstanceSelfRef()
159 "Same value? " + (theInstanceClass.self_ref == theOtherInstanceClass.self_ref)); in runInstanceSelfRef()
161 "Same structure? " + (theInstanceClass.self_ref == theInstanceClass.self_ref[0])); in runInstanceSelfRef()
164 + (theInstanceClass.self_ref[0] == ((Object[]) theInstanceClass.self_ref[0])[0])); in runInstanceSelfRef()
177 ResizeArray(() -> theInstanceClass.self_ref, theInstanceClass.self_ref.length - 7); in runInstanceSelfRefSmall()
187 "Same value? " + (theInstanceClass.self_ref == theOtherInstanceClass.self_ref)); in runInstanceSelfRefSmall()
189 "Same structure? " + (theInstanceClass.self_ref == theInstanceClass.self_ref[0])); in runInstanceSelfRefSmall()
[all …]