Searched refs:stackDepth (Results 1 – 6 of 6) sorted by relevance
936 final int stackDepth; field in MethodGen.BranchTarget939 BranchTarget(final InstructionHandle target, final int stackDepth) { in BranchTarget() argument941 this.stackDepth = stackDepth; in BranchTarget()951 public void push( final InstructionHandle target, final int stackDepth ) { in push() argument955 branchTargets.push(visit(target, stackDepth)); in push()968 private BranchTarget visit( final InstructionHandle target, final int stackDepth ) { in visit() argument969 final BranchTarget bt = new BranchTarget(target, stackDepth); in visit()999 int stackDepth = 0; in getMaxStack() local1006 stackDepth += delta; in getMaxStack()1007 if (stackDepth > maxStackDepth) { in getMaxStack()[all …]
61 public int stackDepth(); in stackDepth() method
80 public int stackDepth() { in stackDepth() method in MonitorInfoImpl
431 private ClassName stackClassName(int stackDepth, String simpleName) { in stackClassName() argument433 for (int i = 1; i <= stackDepth; i++) { in stackClassName()
40 int stackDepth = state.getStatementDepth(); in isCurrentTopStatementBlock() local41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL; in isCurrentTopStatementBlock()
594 int stackDepth = 0; in resetStateES() local595 gl.getIntegerv(GL_DEBUG_GROUP_STACK_DEPTH, &stackDepth); in resetStateES()596 for (int ndx = 1; ndx < stackDepth; ++ndx) in resetStateES()