Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java207 private final DebugTraceInfoStack debugInfoStack; field in ObjectOutputStream
255 debugInfoStack = new DebugTraceInfoStack(); in ObjectOutputStream()
257 debugInfoStack = null; in ObjectOutputStream()
287 debugInfoStack = null; in ObjectOutputStream()
1238 cl.getName() + "\n" + debugInfoStack.toString()); in writeObject0()
1423 debugInfoStack.push( in writeArray()
1430 debugInfoStack.push( in writeArray()
1437 debugInfoStack.pop(); in writeArray()
1443 debugInfoStack.pop(); in writeArray()
1475 debugInfoStack.push( in writeOrdinaryObject()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectOutputStream.java277 private final java.io.ObjectOutputStream.DebugTraceInfoStack debugInfoStack; field in ObjectOutputStream
280 debugInfoStack = null;