/dalvik/vm/mterp/armv5te/ |
OP_CONST_WIDE_HIGH16.S | 11 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_GOTO_16.S | 19 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MONITOR_ENTER.S | 16 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_RESULT_WIDE.S | 10 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_WIDE_16.S | 12 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_WIDE_FROM16.S | 12 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/armv6t2/ |
OP_ARRAY_LENGTH.S | 14 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_WIDE.S | 12 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/mips/ |
OP_CONST_WIDE.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_FILL_ARRAY_DATA.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_GOTO_16.S | 21 GOTO_OPCODE(t0) # jump to next instruction
|
OP_IGET_QUICK.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_IGET_WIDE_QUICK.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_IPUT_QUICK.S | 15 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MOVE_WIDE.S | 12 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MOVE_WIDE_16.S | 12 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MOVE_WIDE_FROM16.S | 12 GOTO_OPCODE(t0) # jump to next instruction
|
/external/llvm/test/Transforms/JumpThreading/ |
branch-no-const.ll | 1 ; RUN: opt < %s -jump-threading -S | not grep phi
|
/external/valgrind/main/memcheck/tests/ |
badjump.c | 8 uniform behaviour on all supported targets - a jump to an
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
a-element.wml | 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>
|
card-onenterforward.wml | 6 <p>Card one will jump to card two when entered forward it</p>
|
select-onpick-event.wml | 6 <p>When you select the 'Lion' option, will jump to StartTests.wml</p>
|
template-go.wml | 12 <p>This is Card one, click 'Template Go' to jump to Card two</p>
|
template-ontimer.wml | 9 <p>This is Card one,we will jump to card 2 after 5s because of the template ontimer event</p>
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerMIPS.h | 887 // This set of jump and conditional branch operations return a Jump 888 // object which may linked at a later point, allow forwards jump, 903 Jump branch8(Condition cond, Address left, TrustedImm32 right) 912 Jump branch32(Condition cond, RegisterID left, RegisterID right) 1100 Jump jump() function in class:JSC::MacroAssemblerMIPS 1105 void jump(RegisterID target) function in class:JSC::MacroAssemblerMIPS 1111 void jump(Address address) function in class:JSC::MacroAssemblerMIPS [all...] |