HomeSort by relevance Sort by last modified time
    Searched full:currentopcode (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 566 Dop currentOpcode = opcodes[i];
568 if (originalOpcode != currentOpcode) {
569 insns.set(i, insn.withOpcode(currentOpcode));
599 Dop currentOpcode = opcodes[i];
603 if (currentOpcode != null) {
609 currentOpcode = findExpandedOpcodeForInsn(insn);
611 currentOpcode.getFormat().compatibleRegs(insn);
623 if (currentOpcode != originalOpcode) {
624 insn = insn.withOpcode(currentOpcode);
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 920 uint8_t currentOpcode;
922 for (currentOpcode = opcodeToSet;
923 currentOpcode < opcodeToSet + 8;
924 ++currentOpcode)
927 currentOpcode,
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp 214 OpcodeID currentOpcode = exec->interpreter()->getOpcodeID(instructions[i].u.opcode);
215 if (predicate(currentOpcode)) {
219 i += opcodeLengths[currentOpcode];
    [all...]

Completed in 242 milliseconds