Searched
full:jump (Results
426 -
450 of
1799) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 61 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SPUT_OBJECT.S | 35 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SPUT_WIDE.S | 28 GOTO_OPCODE(r10) @ jump to next instruction
|
/dalvik/vm/mterp/mips/ |
OP_CHECK_CAST.S | 29 GOTO_OPCODE(t0) # jump to next instruction
|
OP_CHECK_CAST_JUMBO.S | 64 GOTO_OPCODE(t0) # jump to next instruction
|
OP_INSTANCE_OF.S | 47 GOTO_OPCODE(t0) # jump to next instruction
|
/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/chromium/chrome/browser/ssl/ |
ssl_host_state.h | 54 // same-origin frames in one processs but cannot jump between processes.
|
/external/chromium/chrome/browser/web_applications/ |
web_app.h | 27 // as app id for BrowserWindow, shortcut and jump list.
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_ml.xtb | 11 <translation id="4202807286478387388">jump</translation>
|
/external/clang/test/SemaObjCXX/ |
arc-object-init-destroy.mm | 49 __strong id x; // expected-note{{jump bypasses initialization of retaining variable}}
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Label.java | 44 /** contains the instruction to jump to if the if is true */
|
/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/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloTerrainCollision.java | 180 inputManager.addMapping("Jump", new KeyTrigger(KeyInput.KEY_SPACE)); 185 inputManager.addListener(this, "Jump"); 199 } else if (binding.equals("Jump")) { 200 player.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/llvm/lib/CodeGen/ |
PHIEliminationUtils.cpp | 19 // SrcReg, but before any subsequent point where control flow might jump out of
|
StackProtector.cpp | 54 /// CreateFailBB - Create a basic block to jump to when the stack protector 172 BasicBlock *FailBB = 0; // The basic block to jump to if check fails. 214 // Create the basic block to jump to when the guard check fails. 272 /// CreateFailBB - Create a basic block to jump to when the stack protector
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsFixupKinds.h | 35 // Jump 26 bit fixup resulting in - R_MIPS_26.
|
/external/llvm/test/CodeGen/ARM/ |
tail-opts.ll | 14 ; BranchFolding should tail-duplicate the indirect jump to avoid
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-diff-relocs.s | 20 // FIXME: Darwin 'as' for historical reasons widens this jump, but doesn't emit 21 // a relocation. It seems like 'as' widens any jump that is not to a temporary, 30 // given the other things we do on x86_64. It is using a short jump here. This 34 // FIXME: We don't support this, and would currently get it wrong, it should be a jump to an absolute address.
|
/external/llvm/test/Transforms/JumpThreading/ |
pr9331.ll | 1 ; RUN: opt -jump-threading -S < %s
|
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 74 /* minimum jump strength (of lowered IR, not pre-lowering IR) 76 * If the block ends with a jump, must be the strength of the jump. 77 * Otherwise, the jump would be dead and have been deleted before) 79 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump 147 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */ 355 /* lower a jump: if both need to lowered, start with the strongest one, so that 412 /* move out a jump out if possible */
|
/external/oprofile/libdb/ |
db_insert.c | 75 * a goto to jump right before the return
|
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 89 // now jump src/dst to the last scanline
|
Completed in 977 milliseconds
<<11121314151617181920>>