Searched refs:getStackDepth (Results 1 – 2 of 2) sorted by relevance
552 int stack = bytecode.getStackDepth(); in atMethodCallCore()558 int count = bytecode.getStackDepth() - stack + 1; in atMethodCallCore()
430 public int getStackDepth() { return stackDepth; } in getStackDepth() method in Bytecode