Home | History | Annotate | Download | only in priv

Lines Matching refs:opcode_index

8238       UInt opcode_index = 0;
8244 switch (code[opcode_index]) {
8247 opcode_index++;
8251 opcode_index++;
8257 opcode_index++;
8264 if (code[opcode_index] == 0x0F) {
8265 switch (code[opcode_index+1]) {
8269 delta += opcode_index+2;