Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java77 int[] jsrDepth = new int[1]; in visitBytecode() local
78 jsrDepth[0] = -1; in visitBytecode()
87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth)) in visitBytecode()
99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch() argument
133 if (jsrDepth[0] < 0) { in processBranch()
134 jsrDepth[0] = stackDepth; in processBranch()
137 else if (stackDepth == jsrDepth[0]) in processBranch()
142 + stackDepth + "," + jsrDepth[0]); in processBranch()
144 if (jsrDepth[0] < 0) { in processBranch()
145 jsrDepth[0] = stackDepth + 1; in processBranch()
[all …]