Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DBasic.java83 List<StackFrame> frames = new StackBuilder(16, 16).build(); in testMethodSignature()
84 Map<String, MethodType> methodTypes = StackBuilder.methodTypes(); in testMethodSignature()
128 List<StackFrame> frames = new StackBuilder(depth, limit).build(); in walk()
177 static class StackBuilder { class in Basic
182 StackBuilder(int stackDepth, int limit) { in StackBuilder() method in Basic.StackBuilder