Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMapTable.java501 int[] localData2 = new int[len + typeSize]; in fullFrame() local
509 localData2[j++] = localData[i]; in fullFrame()
513 localData2[index] = varData; in fullFrame()
516 localData2[index + 1] = 0; in fullFrame()
519 super.fullFrame(pos, offsetDelta, localTags2, localData2, stackTags, stackData); in fullFrame()