Searched defs:stackDepth (Results 1 – 10 of 10) sorted by relevance
77 int stackDepth = -stack[index]; in visitBytecode() local100 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()191 int[] stack, int stackDepth) in checkTarget()
127 private int stackDepth; field in Bytecode
61 public int stackDepth(); in stackDepth() method
936 final int stackDepth; field in MethodGen.BranchTarget939 BranchTarget(final InstructionHandle target, final int stackDepth) { in BranchTarget()951 public void push( final InstructionHandle target, final int stackDepth ) { in push()968 private BranchTarget visit( final InstructionHandle target, final int stackDepth ) { in visit()999 int stackDepth = 0; in getMaxStack() local1033 branchTargets.push(branch.getTarget(), stackDepth); in getMaxStack() local
80 public int stackDepth() { in stackDepth() method in MonitorInfoImpl
34 int stackDepth; field in LazyStackTraceBenchmark
594 int stackDepth = 0; in resetStateES() local
457 private ClassName stackClassName(int stackDepth, String simpleName) { in stackClassName()
40 int stackDepth = state.getStatementDepth(); in isCurrentTopStatementBlock() local