Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 25 of 6502) sorted by relevance

12345678910>>...261

/dports/devel/py-xdis/xdis-5.0.13/test/
H A DMakefile14 --bytecode-1.0 --bytecode-1.1 --bytecode-1.2 --bytecode-1.3 \
15 --bytecode-1.4 --bytecode-1.5 --bytecode-1.6 \
16 --bytecode-2.1 --bytecode-2.2 --bytecode-2.3 \
17 --bytecode-2.4 --bytecode-2.5 \
20 --bytecode-3.0 --bytecode-3.1 \
23 --bytecode-3.6 --bytecode-3.7 --bytecode-3.8 \
34 --bytecode-1.0 --bytecode-1.1 --bytecode-1.2 --bytecode-1.3 \
35 --bytecode-1.4 --bytecode-1.5 --bytecode-1.6
39 --bytecode-2.1 --bytecode-2.2 --bytecode-2.3 \
46 --bytecode-3.0 --bytecode-3.1 \
[all …]
/dports/devel/orc/orc-0.4.31/orc/
H A Dorcbytecode.c23 OrcBytecode *bytecode; in orc_bytecode_new() local
29 bytecode->bytecode = malloc(bytecode->alloc_len); in orc_bytecode_new()
31 return bytecode; in orc_bytecode_new()
37 free (bytecode->bytecode); in orc_bytecode_free()
38 free (bytecode); in orc_bytecode_free()
183 return bytecode; in orc_bytecode_from_program()
189 if (bytecode->length >= bytecode->alloc_len) { in bytecode_append_byte()
191 bytecode->bytecode = realloc (bytecode->bytecode, bytecode->alloc_len); in bytecode_append_byte()
193 bytecode->bytecode[bytecode->length] = byte; in bytecode_append_byte()
194 bytecode->length++; in bytecode_append_byte()
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/
H A DRECORD4 bytecode-0.13.0.dev0.dist-info/RECORD,,
10 bytecode/__pycache__/__init__.cpython-38.pyc,,
11 bytecode/__pycache__/bytecode.cpython-38.pyc,,
12 bytecode/__pycache__/cfg.cpython-38.pyc,,
13 bytecode/__pycache__/concrete.cpython-38.pyc,,
14 bytecode/__pycache__/flags.cpython-38.pyc,,
15 bytecode/__pycache__/instr.cpython-38.pyc,,
16 bytecode/__pycache__/peephole_opt.cpython-38.pyc,,
17 bytecode/bytecode.py,sha256=IMCcatHMtQ7M31nwj4r3drcvQuGVJAOP0d7C0O8P_SE,6894
24 bytecode/tests/__pycache__/__init__.cpython-38.pyc,,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/ir/debug/
H A DNashornClassReader.java51 super(bytecode); in NashornClassReader()
52 parse(bytecode); in NashornClassReader()
65 return (short)((bytecode[index] & 0xff) << 8) | (bytecode[index + 1] & 0xff); in readShort()
69 …return ((bytecode[index] & 0xff) << 24) | ((bytecode[index + 1] & 0xff) << 16) | ((bytecode[index … in readInt()
88 c = bytecode[i++]; in readUTF()
128 readShort(bytecode, u); //minor in parse()
150 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
178 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2))); in parse()
192 cp.add(new IndexInfo2(cp, tag, readShort(bytecode, u), readShort(bytecode, u + 2)) { in parse()
252 readShort(bytecode, u); in parse()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dvm.def151 bytecode.
156 bytecode.
162 bytecode.
164 bytecode. */
921 0 = bytecode bc0 {
926 1 = bytecode bc1 {
931 2 = bytecode bc2 {
936 3 = bytecode bc3 {
941 4 = bytecode bc4 {
946 5 = bytecode bc5 {
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBciBlockMapping.java27 import static org.graalvm.compiler.bytecode.Bytecodes.AALOAD;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
51 import static org.graalvm.compiler.bytecode.Bytecodes.D2F;
52 import static org.graalvm.compiler.bytecode.Bytecodes.D2I;
53 import static org.graalvm.compiler.bytecode.Bytecodes.D2L;
54 import static org.graalvm.compiler.bytecode.Bytecodes.DADD;
77 import static org.graalvm.compiler.bytecode.Bytecodes.DUP;
242 import org.graalvm.compiler.bytecode.Bytecode;
244 import org.graalvm.compiler.bytecode.BytecodeStream;
245 import org.graalvm.compiler.bytecode.BytecodeSwitch;
[all …]
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecodes.h498 return bytecode; in FromByte()
522 switch (bytecode) { in PrefixBytecodeToOperandScale()
553 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kLdaZero || in IsAccumulatorLoadWithoutEffects()
554 bytecode == Bytecode::kLdaSmi || bytecode == Bytecode::kLdaNull || in IsAccumulatorLoadWithoutEffects()
577 return bytecode == Bytecode::kMov || bytecode == Bytecode::kPopContext || in IsRegisterLoadWithoutEffects()
578 bytecode == Bytecode::kPushContext || bytecode == Bytecode::kStar; in IsRegisterLoadWithoutEffects()
611 return bytecode == Bytecode::kJump || bytecode == Bytecode::kJumpLoop || in IsJumpImmediate()
647 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode) && in IsJumpWithoutEffects()
663 IsJumpWithoutEffects(bytecode) || IsSwitch(bytecode)); in IsWithoutExternalSideEffects()
668 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kStar; in IsLdarOrStar()
[all …]
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dpython13 !:mime text/x-bytecode.python
15 !:mime text/x-bytecode.python
17 !:mime text/x-bytecode.python
19 !:mime text/x-bytecode.python
21 !:mime text/x-bytecode.python
23 !:mime text/x-bytecode.python
25 !:mime text/x-bytecode.python
27 !:mime text/x-bytecode.python
29 !:mime text/x-bytecode.python
31 !:mime text/x-bytecode.python
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dpython13 !:mime text/x-bytecode.python
15 !:mime text/x-bytecode.python
17 !:mime text/x-bytecode.python
19 !:mime text/x-bytecode.python
21 !:mime text/x-bytecode.python
23 !:mime text/x-bytecode.python
25 !:mime text/x-bytecode.python
27 !:mime text/x-bytecode.python
29 !:mime text/x-bytecode.python
31 !:mime text/x-bytecode.python
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecodes.h482 return bytecode; in FromByte()
506 switch (bytecode) { in PrefixBytecodeToOperandScale()
537 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kLdaZero || in IsAccumulatorLoadWithoutEffects()
538 bytecode == Bytecode::kLdaSmi || bytecode == Bytecode::kLdaNull || in IsAccumulatorLoadWithoutEffects()
561 return bytecode == Bytecode::kMov || bytecode == Bytecode::kPopContext || in IsRegisterLoadWithoutEffects()
562 bytecode == Bytecode::kPushContext || bytecode == Bytecode::kStar; in IsRegisterLoadWithoutEffects()
595 return bytecode == Bytecode::kJump || bytecode == Bytecode::kJumpLoop || in IsJumpImmediate()
631 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode); in IsJumpWithoutEffects()
646 IsJumpWithoutEffects(bytecode) || IsSwitch(bytecode)); in IsWithoutExternalSideEffects()
651 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kStar; in IsLdarOrStar()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecodes.h501 return bytecode; in FromByte()
525 switch (bytecode) { in PrefixBytecodeToOperandScale()
556 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kLdaZero || in IsAccumulatorLoadWithoutEffects()
557 bytecode == Bytecode::kLdaSmi || bytecode == Bytecode::kLdaNull || in IsAccumulatorLoadWithoutEffects()
580 return bytecode == Bytecode::kMov || bytecode == Bytecode::kPopContext || in IsRegisterLoadWithoutEffects()
581 bytecode == Bytecode::kPushContext || bytecode == Bytecode::kStar; in IsRegisterLoadWithoutEffects()
614 return bytecode == Bytecode::kJump || bytecode == Bytecode::kJumpLoop || in IsJumpImmediate()
650 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode) && in IsJumpWithoutEffects()
666 IsJumpWithoutEffects(bytecode) || IsSwitch(bytecode)); in IsWithoutExternalSideEffects()
671 return bytecode == Bytecode::kLdar || bytecode == Bytecode::kStar; in IsLdarOrStar()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
H A DBciBlockMapping.java27 import static org.graalvm.compiler.bytecode.Bytecodes.AALOAD;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
51 import static org.graalvm.compiler.bytecode.Bytecodes.D2F;
52 import static org.graalvm.compiler.bytecode.Bytecodes.D2I;
53 import static org.graalvm.compiler.bytecode.Bytecodes.D2L;
54 import static org.graalvm.compiler.bytecode.Bytecodes.DADD;
77 import static org.graalvm.compiler.bytecode.Bytecodes.DUP;
245 import org.graalvm.compiler.bytecode.Bytecode;
247 import org.graalvm.compiler.bytecode.BytecodeStream;
248 import org.graalvm.compiler.bytecode.BytecodeSwitch;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DLocalLiveness.java27 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD;
28 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_0;
29 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_1;
30 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_2;
31 import static org.graalvm.compiler.bytecode.Bytecodes.ALOAD_3;
32 import static org.graalvm.compiler.bytecode.Bytecodes.ASTORE;
37 import static org.graalvm.compiler.bytecode.Bytecodes.DLOAD;
47 import static org.graalvm.compiler.bytecode.Bytecodes.FLOAD;
57 import static org.graalvm.compiler.bytecode.Bytecodes.IINC;
78 import static org.graalvm.compiler.bytecode.Bytecodes.RET;
[all …]

12345678910>>...261