Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/preverification/
DMoreZeroFrame.java51 additionalVariablesCount = tag + 1 - MORE_ZERO_FRAME; in MoreZeroFrame()
91 return MORE_ZERO_FRAME + additionalVariablesCount - 1; in getTag()
DStackMapFrame.java40 public static final int MORE_ZERO_FRAME = 252; field in StackMapFrame
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java811 … u1tag < StackMapFrame.MORE_ZERO_FRAME ? (StackMapFrame)new SameZeroFrame(u1tag) : in createStackMapFrame()