HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 351 - 375 of 1034) sorted by null

<<11121314151617181920>>

  /external/v8/src/arm/
codegen-arm.cc 371 masm_->Jump(lr);
509 true_target->Jump();
538 loaded.Jump();
551 loaded.Jump(); // Don't lose the current TOS.
560 // If both "true" and "false" need to be loaded jump across the code for
563 loaded.Jump();
688 // may jump to 'false_target' in case the register converts to 'false'.
    [all...]
  /bionic/libc/arch-arm/bionic/
clone.S 64 @ pick the function arg and call address off the stack and jump
  /bionic/libm/i387/
e_exp.S 63 je 1f /* jump if mode is good */
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java 167 * @title number of entries in jump table
  /cts/tools/dx-tests/src/dxc/junit/opcodes/tableswitch/
Test_tableswitch.java 153 * @title number of entries in jump table
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 213 * Simplifies a jump statement.
214 * @param insn jump to simplify
215 * @return an instruction representing the simplified jump.
326 /* TODO: If jump becomes constant, only take true edge. */
  /dalvik/vm/
InlineNative.h 37 * TODO: might be to our advantage to generate a compact jump table on
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 29 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 69 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_EXECUTE_INLINE.S 86 FGETOP_JMP 3, %eax # jump to next instruction; getop, jm
OP_IGET.S 80 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_IGET_WIDE.S 74 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_IPUT.S 76 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_IPUT_WIDE.S 74 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_NEW_ARRAY.S 92 FINISH 2 # jump to next instruction
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 59 simply not add entropy during the call (jump over the yarrow_add_entropy() call)
  /external/grub/
config.h 4 /* Define if an absolute indirect call/jump must NOT be prefixed with `*' */
  /external/grub/stage1/
stage1.S 61 * the first jump, nor start the code anywhere but right after
115 * this does nothing (only jump).
126 * jump to 07C0:0000 instead of 0000:7C00.
487 /* if error, jump to "probe_loop" */
  /external/iproute2/include/linux/netfilter/
x_tables.h 104 /* Standard return verdict, or do jump. */
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 84 /* Under this test setup, a long jump is done if there is a self-audit
  /external/stlport/test/unit/
iter_test.cpp 94 i -= 2; // Jump back two items.
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 238 // If the database was deleted, jump to the error callback
294 // Transaction Step 5 - If the transaction callback was null or raised an exception, jump to the error callback
396 // or the transaction was rolled back, jump to the transaction error callback
413 // Transaction Step 6.6 and 6.3(error) - If the statement callback went wrong, jump to the transaction error callback
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java 57 // is (partially visible), then we jump to it
  /ndk/sources/android/stlport/test/unit/
iter_test.cpp 94 i -= 2; // Jump back two items.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.def 42 represents the conditional jump:
53 jump target for the comparison. */
61 LABEL_DECL representing a jump target. */
75 INDEX is the variable evaluated to decide which label to jump to.

Completed in 780 milliseconds

<<11121314151617181920>>