HomeSort by relevance Sort by last modified time
    Searched refs:jump (Results 151 - 175 of 327) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_IGET_WIDE_QUICK.S 38 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_IPUT_QUICK.S 37 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
OP_IPUT_WIDE_QUICK.S 38 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_MONITOR_ENTER.S 49 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_MONITOR_EXIT.S 46 FINISH_JMP %edx # jump to next instruction
OP_INSTANCE_OF.S 73 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
83 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
93 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /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);
  /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...]
  /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...]
  /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 2364 milliseconds

1 2 3 4 5 67 8 91011>>