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

<<11121314151617181920>>

  /dalvik/vm/mterp/armv5te/
OP_NEW_INSTANCE.S 38 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 53 FGETOP_JMP 2, %eax # jump to next instruction; getop, jm
OP_APUT.S 50 FGETOP_JMP 2, %eax # jump to next instruction; getop, jm
OP_MUL_LONG.S 71 FINISH 2 # jump to next instruction
OP_MUL_LONG_2ADDR.S 72 FINISH 1 # jump to next instruction
OP_SGET.S 60 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
OP_SGET_WIDE.S 44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_SHR_LONG.S 53 FINISH 2 # jump to next instruction
OP_SHR_LONG_2ADDR.S 54 FINISH 1 # jump to next instruction
OP_SPUT.S 60 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_SPUT_WIDE.S 44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopDivRemLong.S 52 FINISH 2 # jump to next instruction
binopDivRemLong2Addr.S 54 FGETOP_JMP 1, %ecx # jump to next instruction; getop, jm
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 38 * jump to some default internal selection (the top) and not allow for the smooth handoff.
  /external/grub/
config.h.in 3 /* Define if an absolute indirect call/jump must NOT be prefixed with `*' */
  /external/grub/stage2/
fat.h 37 __s8 ignored[3]; /* Boot strap short or near jump */
  /external/libpcap/
gencode.h 192 struct slist *jt; /*only for relative jump in block*/
193 struct slist *jf; /*only for relative jump in block*/
235 int longjt; /* jt branch requires long jump */
236 int longjf; /* jf branch requires long jump */
  /external/oprofile/libdb/
db_insert.c 75 * a goto to jump right before the return
  /external/skia/src/core/
SkBitmap_scroll.cpp 84 // now jump src/dst to the last scanline
  /external/v8/src/arm/
jump-target-arm.cc 31 #include "jump-target-inl.h"
50 // Backward jump. There already a frame expectation at the target.
163 void BreakTarget::Jump() {
174 void BreakTarget::Jump(Result* arg) {
macro-assembler-arm.h 60 // Jump, Call, and Ret pseudo instructions implementing inter-working.
61 void Jump(Register target, Condition cond = al);
62 void Jump(byte* target, RelocInfo::Mode rmode, Condition cond = al);
63 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
346 // Tail call of a runtime routine (jump).
353 // Jump to a runtime routine.
400 // Jump if either of the registers contain a non-smi.
402 // Jump if either of the registers contain a smi.
425 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al);
  /external/v8/src/
assembler.cc 101 // pc-jump: 00 1111 11,
104 // pc-jump: 01 1111 11,
108 // data-jump + pos: 00 1110 11,
111 // data-jump + st.pos: 01 1110 11,
114 // data-jump + comm.: 10 1110 11,
152 // Otherwise write a variable length PC jump for the bits that do
171 // Write a byte of tagged pc-delta, possibly preceded by var. length pc-jump.
190 // Write two-byte tagged pc-delta, possibly preceded by var. length pc-jump.
295 // pc jump in kChunkBits bit chunks and shift them into place.
  /external/webkit/JavaScriptCore/wrec/
WREC.cpp 53 MacroAssembler::Jump endOfInput;
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 77 // Jump to the last step in the overall steps.
V8CustomSQLTransactionCallback.cpp 73 // the callback was invoked and raised an exception, jump to the last

Completed in 256 milliseconds

<<11121314151617181920>>