Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapEntry.java107 final StackMapType[] typesOfLocals, final int numberOfStackItems, in StackMapEntry() argument
110 this.types_of_locals = typesOfLocals != null ? typesOfLocals : new StackMapType[0]; in StackMapEntry()
125 final StackMapType[] typesOfLocals, in StackMapEntry() argument
129 this.types_of_locals = typesOfLocals != null ? typesOfLocals : new StackMapType[0]; in StackMapEntry()