Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DLocalsAndOperands.java164 } catch (Exception e) { dumpFramesIfNotDebug(frames); throw e; } in checkLocalValues()
359 dumpFramesIfNotDebug(frames); in usedLong()
382 dumpFramesIfNotDebug(frames); in unusedLong()
406 dumpFramesIfNotDebug(frames); in usedDouble()
426 public static void dumpFramesIfNotDebug(StackFrame...frames) { in dumpFramesIfNotDebug() method in LocalsAndOperands