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

<<11121314151617181920>>

  /external/v8/src/mips/
codegen-mips-inl.h 39 void DeferredCode::Jump() { __ b(&entry_label_); }
macro-assembler-mips.cc 50 void MacroAssembler::Jump(Register target, Condition cond,
52 Jump(Operand(target), cond, r1, r2);
56 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
58 Jump(Operand(target), cond, r1, r2);
62 void MacroAssembler::Jump(byte* target, RelocInfo::Mode rmode,
65 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, r1, r2);
69 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
72 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
103 Jump(Operand(ra), cond, r1, r2);
710 void MacroAssembler::Jump(const Operand& target
    [all...]
  /external/v8/src/x64/
codegen-x64-inl.h 39 void DeferredCode::Jump() { __ jmp(&entry_label_); }
macro-assembler-x64.h 174 // Tag an integer value if possible, or jump the integer value cannot be
235 // Test-and-jump functions. Typically combines a check function
236 // above with a conditional jump.
238 // Jump if the value cannot be represented by a smi.
241 // Jump if the unsigned integer value cannot be represented by a smi.
244 // Jump to label if the value is a tagged smi.
247 // Jump to label if the value is not a tagged smi.
250 // Jump to label if the value is not a positive tagged smi.
253 // Jump to label if the value, which must be a tagged smi, has value equal
257 // Jump if either or both register are not smi values
    [all...]
  /external/webkit/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 65 <p>Box should animate smoothly left, then right then left again, and not jump at the end.</p>
  /external/webkit/WebCore/manual-tests/
transitions2.html 32 {className:"square", description:"animate to a square over 2 seconds. Try clicking before the first animation finishes and make sure the width doesn't do an ugly jump."},
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 228 * Jump to subroutine.
350 GOTO_OPCODE(ip) @ jump to next instruction
468 GOTO_OPCODE(ip) @ jump to next instruction
482 GOTO_OPCODE(ip) @ jump to next instruction
499 GOTO_OPCODE(ip) @ jump to next instruction
515 GOTO_OPCODE(ip) @ jump to next instruction
531 GOTO_OPCODE(ip) @ jump to next instruction
563 GOTO_OPCODE(ip) @ jump to next instruction
579 GOTO_OPCODE(ip) @ jump to next instruction
593 GOTO_OPCODE(ip) @ jump to next instructio
    [all...]
InterpAsm-armv5te.S 228 * Jump to subroutine.
350 GOTO_OPCODE(ip) @ jump to next instruction
468 GOTO_OPCODE(ip) @ jump to next instruction
482 GOTO_OPCODE(ip) @ jump to next instruction
499 GOTO_OPCODE(ip) @ jump to next instruction
515 GOTO_OPCODE(ip) @ jump to next instruction
531 GOTO_OPCODE(ip) @ jump to next instruction
563 GOTO_OPCODE(ip) @ jump to next instruction
579 GOTO_OPCODE(ip) @ jump to next instruction
593 GOTO_OPCODE(ip) @ jump to next instructio
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INSTANCE_OF.S 73 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
83 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
93 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 165 // Mark the branch targets of the default jump offset.
171 // Mark the branch targets of the jump offsets.
200 * Marks the branch targets of the given jump offsets for the instruction
  /external/v8/
Android.v8common.mk 40 src/jump-target.cc \
90 src/arm/jump-target-arm.cc \
107 src/ia32/jump-target-ia32.cc \
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ParsEvent.c 109 /* jump to next event */
129 /* jump to next event */
144 /* jump to next event */
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ParsEvent.c 109 /* jump to next event */
129 /* jump to next event */
144 /* jump to next event */
  /external/v8/src/
SConscript 73 jump-target.cc
122 arm/jump-target-arm.cc
148 mips/jump-target-mips.cc
165 ia32/jump-target-ia32.cc
184 x64/jump-target-x64.cc
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 44 /** Whether we've started dropping move events because we found a big jump */
135 * Once a sudden jump is detected, all subsequent move events are discarded
137 * When a sudden jump is detected, an UP event is simulated at the last position and when
166 // Is this a big jump?
218 // If there was a sudden jump, return without processing the actual motion event.
  /external/clearsilver/util/regex/
regex.c 401 /* Followed by two byte relative address to which to jump. */
402 jump,
404 /* Same as jump, but marks the end of an alternative. */
415 /* Throw away latest failure point and then jump to following
420 match; otherwise change to jump. This is used to jump
421 back to the beginning of a repeat. If what follows this jump
428 /* Jump to following two-byte address, and push a dummy failure
432 of jump when compiling an alternative. */
440 After matching N times, jump to the address upon failure. *
399 jump, enumerator in enum:__anon3295
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 324 __ Jump(lr);
360 __ Jump(lr);
407 __ Jump(lr);
434 // Jump to the generic array code if the specialized code cannot handle
439 __ Jump(array_code, RelocInfo::CODE_TARGET);
469 // Jump to the generic construct code in case the specialized code cannot
474 __ Jump(generic_construct_stub, RelocInfo::CODE_TARGET);
494 // Jump to the function-specific construct stub.
509 __ Jump(Handle<Code>(builtin(ArgumentsAdaptorTrampoline)),
601 // jump into the continuation code at any time from now on. Any failure
    [all...]
  /external/libffi/src/cris/
sysv.S 162 Jump [$sp+]
168 Save R9 and SP after those. Jump to function handling the rest.
194 jump 0
  /bionic/libc/arch-sh/bionic/
clone.S 61 /* jump to __thread_entry */
  /bionic/libc/arch-x86/string/
strncmp.S 21 jmp L2 /* Jump into the loop! */
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 3 * into rPC then jump to dvmJitToInterpNoChain to dispatch the
TEMPLATE_RETURN.S 40 blxne r9 @ jump to the chaining cell
  /dalvik/vm/mterp/armv5te/
OP_CMPL_DOUBLE.S 34 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE_RANGE.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_NEW_ARRAY.S 61 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 506 milliseconds

<<11121314151617181920>>