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

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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.
  /dalvik/vm/mterp/x86-atom/
OP_FILLED_NEW_ARRAY.S 84 jne .L${opcode}_notimpl # jump to not implemented
137 FINISH 3 # jump to next instruction
footer.S 100 FINISH_RB %edx, %ecx # jump to next instruction
110 FINISH_RB %edx, %ecx # jump to next instruction
160 jz .LinvokeArgsDone # no args; jump to args done
192 je .LinvokeArgsDone # no args; jump to args done
292 FINISH_A # jump to methodToCall->insns
334 FGETOP_JMP 3, %edx # jump to next instruction; getop, jmp
411 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
556 FINISH_A # jump to next instruction
  /external/chromium/third_party/icu/source/common/
uhash.c 315 * "jump" value (moduloing by the length again to keep it within
326 * otherwise we are not guaranteed that the jump value (the secondary
335 int32_t jump = 0; /* lazy evaluate */ local
358 if (jump == 0) { /* lazy compute jump */
359 /* The jump value must be relatively prime to the table
363 jump = (hashcode % (hash->length - 1)) + 1;
365 theIndex = (theIndex + jump) % hash->length;
    [all...]
  /external/icu4c/common/
uhash.c 315 * "jump" value (moduloing by the length again to keep it within
326 * otherwise we are not guaranteed that the jump value (the secondary
335 int32_t jump = 0; /* lazy evaluate */ local
358 if (jump == 0) { /* lazy compute jump */
359 /* The jump value must be relatively prime to the table
363 jump = (hashcode % (hash->length - 1)) + 1;
365 theIndex = (theIndex + jump) % hash->length;
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 63 #define IPT_F_GOTO 0x02 /* Set if jump is a goto */
216 /* Standard return verdict, or do jump. */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 69 #define IP6T_F_GOTO 0x04 /* Set if jump is a goto */
229 /* Standard return verdict, or do jump. */
  /external/libffi/src/powerpc/
aix_closure.S 168 lwz r4,LC..60(2) /* get address of jump table */
173 bctr /* jump to it */
  /external/quake/
README 103 DPad Enter ENTER +jump
105 space SPACE +jump
  /external/webkit/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 51 into the instruction stream - protected by a jump instruction from the
61 - barrierSize: size of jump instruction in bytes which protects the
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 612 while (*joyenv==' ' && *joyenv!=0) joyenv++; /* jump spaces... */
619 while (*joyenv==' ' && *joyenv!=0) joyenv++; /* jump spaces... */
623 while (*joyenv==' ' && *joyenv!=0) joyenv++; /* jump spaces... */
627 while (*joyenv==' ' && *joyenv!=0) joyenv++; /* jump spaces... */
631 while (*joyenv==' ' && *joyenv!=0) joyenv++; /* jump spaces... */
661 joyenv++; /* Jump stopchar */
  /external/v8/src/ia32/
codegen-ia32.cc 316 function_return_.Jump(&undefined);
501 loaded.Jump();
513 loaded.Jump();
527 loaded.Jump(); // Don't lose the current TOS.
532 loaded.Jump();
728 // convert it to a boolean in the condition code register or jump to
828 // them into xmm0 and xmm1 if they are. Jump to label not_numbers if
    [all...]
macro-assembler-ia32.h 304 // Check if result is zero and op is negative in code using jump targets.
340 // Tail call a code stub (jump). Generate the code if necessary.
343 // Tail call a code stub (jump) and return the code object called. Try to
369 // Tail call of a runtime routine (jump).
386 // Jump to a runtime routine.
438 // Check whether the instance type represents a flat ascii string. Jump to the
  /external/v8/tools/gyp/
v8.gyp 303 '../../src/jump-target.cc',
304 '../../src/jump-target.h',
305 '../../src/jump-target-inl.h',
423 '../../src/arm/jump-target-arm.cc',
463 '../../src/ia32/jump-target-ia32.cc',
494 '../../src/x64/jump-target-x64.cc',
  /external/v8/src/x64/
codegen-x64.cc 468 function_return_.Jump(&undefined);
    [all...]
builtins-x64.cc 298 __ Jump(Handle<Code>(builtin(ArgumentsAdaptorTrampoline)),
304 // expected arguments matches what we're providing. If so, jump
834 // Jump to the generic array code in case the specialized code cannot handle
839 __ Jump(array_code, RelocInfo::CODE_TARGET);
871 // Jump to the generic construct code in case the specialized code cannot
876 __ Jump(generic_construct_stub, RelocInfo::CODE_TARGET);
893 // Jump to the function-specific construct stub.
    [all...]
  /external/v8/tools/v8.xcodeproj/
project.pbxproj 28 58950D5E0F55519800F3E8BA /* jump-target.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58950D500F55514900F3E8BA /* jump-target.cc */; };
29 58950D5F0F55519D00F3E8BA /* jump-target-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58950D4F0F55514900F3E8BA /* jump-target-ia32.cc */; };
30 58950D600F5551A300F3E8BA /* jump-target.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58950D500F55514900F3E8BA /* jump-target.cc */; };
31 58950D610F5551A400F3E8BA /* jump-target-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 58950D4E0F55514900F3E8BA /* jump-target-arm.cc */; };
287 58950D4E0F55514900F3E8BA /* jump-target-arm.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "jump-target-arm.cc"; path = "arm/jump-target-arm.cc"; sourceTree = "<group>"; }
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; local
    [all...]
  /dalvik/vm/mterp/c/
gotoTargets.c 7 * we jump into these targets and then jump directly to the handler for
591 * Jump here when the code throws an exception.
633 * this by not reporting exceptions when we jump here directly from
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml 360 the class_closure is invoked. Jump to <emphasis>EMISSION_HOOK</emphasis> state.
365 and jump to <emphasis>HANDLER_RUN_FIRST</emphasis> state.
372 Jump to <emphasis>RUN_LAST</emphasis> state.
377 was set, it is invoked here. Jump to
385 Jump to <emphasis>RUN_CLEANUP</emphasis> state.
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 214 ;# vertical filtering, jump to storing the data. Otherwise
309 ;# vertical filtering, jump to storing the data. Otherwise
427 ;# vertical filtering, jump to storing the data. Otherwise
632 ;# vertical filtering, jump to storing the data. Otherwise
733 ;# vertical filtering, jump to storing the data. Otherwise
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 784 // Adjust the default jump offset.
788 // Adjust the jump offsets.
805 // Adjust the default jump offset.
809 // Adjust the jump offsets.
    [all...]
  /dalvik/docs/
java-constraints.html 183 All jump and branch targets must be opcodes within the same method.
185 directly reachable via a jump or branch instruction.
987 jump or branch, a return, or an <code>athrow</code> instruction. It
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 576 // Mark the branch targets of the default jump offset.
579 // Mark the branch targets of the jump offsets.
613 * Marks the branch targets of the given jump offsets for the instruction
  /external/v8/src/
interpreter-irregexp.cc 492 // Look up character in a bitmap. If we find a 0, then jump to the
505 // Look up character in a half-nibble map. If we find 00, then jump to
506 // the location at pc + 8. If we find 01 then jump to location at

Completed in 456 milliseconds

<<11121314151617181920>>