HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 176 - 200 of 338) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_IPUT_OBJECT_QUICK.S 44 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
OP_MUL_LONG.S 71 FINISH 2 # jump to next instruction
OP_MUL_LONG_2ADDR.S 72 FINISH 1 # jump to next instruction
OP_PACKED_SWITCH.S 19 * Code: Jump to a new instruction using a jump table
23 * Description: Jump to a new instruction based on the value in the given
52 FINISH_RB %edx, %ecx # jump to next instruction
OP_REM_DOUBLE.S 51 FINISH 2 # jump to next instruction
OP_REM_DOUBLE_2ADDR.S 52 FINISH 1 # jump to next instruction
OP_SHR_LONG.S 53 FINISH 2 # jump to next instruction
binopD.S 61 FINISH 2 # jump to next instruction
binopDivRemLong.S 52 FINISH 2 # jump to next instruction
binopDivRemLong2Addr.S 54 FGETOP_JMP 1, %ecx # jump to next instruction; getop, jmp
OP_APUT_OBJECT.S 73 FGETOP_JMP 2, %ecx # jump to next instruction; getop, jmp
77 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 269 * by using a jump table. _rFinish should must be the same register for
284 * by using a jump table. _rFinish and _count should must be the same register for
300 * by using a jump table. _rFinish and _reg should must be the same register for
316 * a jump table. This macro should be called before FINISH_JMP where
330 * a jump table. This macro should be called before FINISH_JMP where
344 * a jump table. This macro should be called before FINISH_JMP where
357 * Attempts to speed up GOTO_OPCODE using a jump table. This macro should
369 * a jump table. Uses a single macro - but it should be faster if we
370 * split up the fetch for rFinish and the jump using rFinish.
381 * GOTO_OPCODE by using a jump table. Uses a single macro
    [all...]
  /bionic/libc/arch-arm/bionic/
clone.S 59 @ pick the function arg and call address off the stack and jump
  /external/valgrind/main/memcheck/tests/
fprw.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 23 * A basic block is a sequence of bytecode that does not contain jump/branch
32 public boolean stop; // true if the block ends with an unconditional jump.
98 BasicBlock[] jump;
106 jump = null;
122 jump = bb;
181 private Mark makeMark(HashMap table, int pos, BasicBlock[] jump,
184 m.setJump(jump, size, always);
333 prev.exit = m.jump;
366 b.exit = m.jump;
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT_WIDE.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET.S 47 GOTO_OPCODE(ip) @ jump to next instruction
OP_MUL_LONG.S 41 GOTO_OPCODE(ip) @ jump to next instruction
OP_SGET.S 25 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_SPUT.S 26 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 1327 milliseconds

1 2 3 4 5 6 78 91011>>