Searched refs:collectedFrames (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | ReflectionFrames.java | 93 assertEquals(obj.collectedFrames, in testNewStackInspector() 115 assertEquals(obj.collectedFrames, in testNewStackInspector() 139 assertEquals(obj.collectedFrames, in testNewStackInspector() 167 assertEquals(obj.collectedFrames, in testNewStackInspector() 194 assertEquals(obj.collectedFrames, in testNewStackInspector() 225 assertEquals(obj.collectedFrames, in testNewStackInspector() 269 assertEquals(obj.collectedFrames, in testConstructor() 291 assertEquals(obj.collectedFrames, in testConstructor() 315 assertEquals(obj.collectedFrames, in testConstructor() 343 assertEquals(obj.collectedFrames, in testConstructor() [all …]
|
D | Basic.java | 74 .invoke(null)).collectedFrames(); in testWalkFromConstructor() 141 public List<String> collectedFrames() { in collectedFrames() method in Basic.ConstructorNewInstance
|