Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/preverification/
DSameZeroFrame.java48 u2offsetDelta = tag - SAME_ZERO_FRAME; in SameZeroFrame()
57 SAME_ZERO_FRAME + u2offsetDelta : in getTag()
DStackMapFrame.java35 public static final int SAME_ZERO_FRAME = 0; field in StackMapFrame