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

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/mips/
unflopWider.S 32 GOTO_OPCODE(t0) # jump to next instruction
unopNarrower.S 36 GOTO_OPCODE(t0) # jump to next instruction
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
  /external/webkit/Source/JavaScriptCore/assembler/
AbstractMacroAssembler.h 49 class Jump;
237 // during JIT code generation. For example, the type Jump is used to
238 // track the location of a jump instruction so that it may later be
245 // it may be used as a destination for a jump.
249 friend class Jump;
350 static Call fromTailJump(Jump jump)
352 return Call(jump.m_jmp, Linkable);
360 // Jump:
362 // A jump object is a reference to a jump instruction that has been plante
    [all...]
RepatchBuffer.h 60 void relink(CodeLocationJump jump, CodeLocationLabel destination)
62 MacroAssembler::repatchJump(jump, destination);
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S 317 GOTO_OPCODE(ip) @ jump to next instruction
404 GOTO_OPCODE(ip) @ jump to next instruction
418 GOTO_OPCODE(ip) @ jump to next instruction
435 GOTO_OPCODE(ip) @ jump to next instruction
451 GOTO_OPCODE(ip) @ jump to next instruction
467 GOTO_OPCODE(ip) @ jump to next instruction
499 GOTO_OPCODE(ip) @ jump to next instruction
515 GOTO_OPCODE(ip) @ jump to next instruction
529 GOTO_OPCODE(ip) @ jump to next instruction
543 GOTO_OPCODE(ip) @ jump to next instructio
    [all...]
  /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

Completed in 590 milliseconds

1 2 3 45 6 7 8 91011>>