HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 101 - 125 of 309) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
23 Conditional jump or move depends on uninitialised value(s)
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 125 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
135 failures.append(jump());
139 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
142 failures.append(jump());
168 Jump unicodeFail;
170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f));
184 Jump below = branch32(LessThan, character, Imm32(lo));
190 unicodeFail = jump();
231 Jump jumpIfNoAvailableInput(unsigned countToCheck)
237 Jump jumpIfAvailableInput(unsigned countToCheck
716 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jump); local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
  /dalvik/vm/mterp/armv5te/
OP_AGET.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_APUT.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_OBJECT_QUICK.S 19 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_MUL_LONG_2ADDR.S 26 GOTO_OPCODE(ip) @ jump to next instruction
OP_NEW_ARRAY.S 61 GOTO_OPCODE(ip) @ jump to next instruction
OP_PACKED_SWITCH.S 35 GOTO_OPCODE(ip) @ jump to next instruction
bincmp.S 30 GOTO_OPCODE(ip) @ jump to next instruction
binopWide.S 37 GOTO_OPCODE(ip) @ jump to next instruction
binopWide2addr.S 34 GOTO_OPCODE(ip) @ jump to next instruction
zcmp.S 27 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_MUL_LONG_2ADDR.S 25 GOTO_OPCODE(ip) @ jump to next instruction
bincmp.S 29 GOTO_OPCODE(ip) @ jump to next instruction
binopWide2addr.S 33 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/mips/
OP_AGET_WIDE.S 26 GOTO_OPCODE(t0) # jump to next instruction
OP_APUT.S 26 GOTO_OPCODE(t0) # jump to next instruction
OP_APUT_WIDE.S 26 GOTO_OPCODE(t0) # jump to next instruction
OP_GOTO_32.S 32 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_OBJECT_QUICK.S 21 GOTO_OPCODE(t0) # jump to next instruction
OP_IPUT_WIDE_QUICK.S 16 GOTO_OPCODE(t0) # jump to next instruction
OP_MUL_LONG_2ADDR.S 27 GOTO_OPCODE(t1) # jump to next instruction
OP_PACKED_SWITCH.S 34 GOTO_OPCODE(t0) # jump to next instruction

Completed in 170 milliseconds

1 2 3 45 6 7 8 91011>>