Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapEntry.java38 private int byte_code_offset; field in StackMapEntry
54 byte_code_offset = frame_type - Const.SAME_FRAME; in StackMapEntry()
57 byte_code_offset = frame_type - Const.SAME_LOCALS_1_STACK_ITEM_FRAME; in StackMapEntry()
61 byte_code_offset = input.readShort(); in StackMapEntry()
65 byte_code_offset = input.readShort(); in StackMapEntry()
67 byte_code_offset = input.readShort(); in StackMapEntry()
69 byte_code_offset = input.readShort(); in StackMapEntry()
76 byte_code_offset = input.readShort(); in StackMapEntry()
109 this.byte_code_offset = byteCodeOffset; in StackMapEntry()
128 this.byte_code_offset = byteCodeOffset; in StackMapEntry()
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...