Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMapTable.java530 int[] localData2 = new int[len + typeSize]; in fullFrame() local
538 localData2[j++] = localData[i]; in fullFrame()
542 localData2[index] = varData; in fullFrame()
545 localData2[index + 1] = 0; in fullFrame()
548 super.fullFrame(pos, offsetDelta, localTags2, localData2, stackTags, stackData); in fullFrame()