Searched defs:stackMapFrames (Results 1 – 4 of 4) sorted by relevance
36 public FullFrame[] stackMapFrames; field in StackMapAttribute50 public StackMapAttribute(FullFrame[] stackMapFrames) in StackMapAttribute()60 FullFrame[] stackMapFrames) in StackMapAttribute()
36 public StackMapFrame[] stackMapFrames; field in StackMapTableAttribute50 public StackMapTableAttribute(StackMapFrame[] stackMapFrames) in StackMapTableAttribute()60 StackMapFrame[] stackMapFrames) in StackMapTableAttribute()
218 FullFrame[] stackMapFrames = new FullFrame[frameCount]; in visitCodeAttribute0() local227 StackMapFrame[] stackMapFrames = new StackMapFrame[frameCount]; in visitCodeAttribute0() local
199 int stackMapFrames(int pos, int nth) throws BadBytecode { in stackMapFrames() method in StackMapTable.Walker