Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c414 #define BCODE byte_ops
419 verify_jvm_instructions (jcf, byte_ops, length) in verify_jvm_instructions() argument
421 const unsigned char *byte_ops;
600 op_code = byte_ops[PC++];
612 if (byte_ops[PC] == OPCODE_newarray
613 || byte_ops[PC] == OPCODE_anewarray)
874 switch (byte_ops[PC])
1148 switch (byte_ops[prevpc])
1212 if (byte_ops[PC++])
1235 if (byte_ops[PC++])
H A Dexpr.c2697 unsigned char* byte_ops; local
2706 #define BCODE byte_ops
2724 byte_ops = jcf->read_ptr;
2733 switch (byte_ops[PC++])
2846 unsigned char* byte_ops; local
2851 byte_ops = jcf->read_ptr;
2870 if (! verify_jvm_instructions (jcf, byte_ops, length))
2899 byte_ops[PC] = 0x0;
2936 PC = process_jvm_instruction (PC, byte_ops, length);
2968 process_jvm_instruction (PC, byte_ops, length) in process_jvm_instruction() argument
[all …]
H A Djcf-dump.c1130 DEFUN(disassemble_method, (jcf, byte_ops, len),
1131 JCF* jcf AND const unsigned char *byte_ops AND int len)
1140 #define BCODE byte_ops
1146 switch (byte_ops[PC++])
1314 fprintf (out, "%3d: unknown(%3d)\n", oldpc, byte_ops[PC]);