HomeSort by relevance Sort by last modified time
    Searched full:jumps (Results 26 - 50 of 259) sorted by null

12 3 4 5 6 7 8 91011

  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleBuilderTest.java 122 assertEquals("The quick brown fox jumps over the lazy dog.", proinst);
  /external/grub/netboot/
linux-asm-io.h 19 * the two short jumps: using outb's to a nonexistent port seems
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
  /external/qemu/docs/
CPU-EMULATION.TXT 9 branch (e.g. jumps, conditional branches, returns).
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 46 gravity and allows the player to make difficult jumps.
  /external/v8/src/arm/
macro-assembler-arm.h 75 // Jumps to the label at the index given by the Smi in "index".
248 // function and jumps to the miss label if the fast checks fail. The
408 // Checks if both objects are sequential ASCII strings and jumps to label
416 // Checks if both objects are sequential ASCII strings and jumps to label
  /external/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 210 // Jumps if input not available; will have (incorrectly) incremented already!
362 void jumpToBacktrack(JumpList& jumps, MacroAssembler* masm)
365 jumps.linkTo(backtrackLabel, masm);
367 backTrackJumps.append(jumps);
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 282 // long jumps
301 // short jumps
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 429 ASSERT_WITH_MESSAGE(iter == m_slowCases.end() || firstTo != iter->to,"Not enough jumps linked in slow case codegen.");
430 ASSERT_WITH_MESSAGE(firstTo == (iter - 1)->to, "Too many jumps linked in slow case codegen.");
  /dalvik/vm/interp/
InterpDefs.h 68 * and 5). This is used instead if the ending branch of the trace jumps back
  /dalvik/vm/mterp/armv5te/
header.S 167 * Begin executing the opcode in _reg. Because this only jumps within the
  /external/bluetooth/glib/tests/
checksum-test.c 21 #define FIXED_STR "The quick brown fox jumps over the lazy dog. Jackdaws love my big sphinx of quartz. Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!"
  /packages/wallpapers/MusicVisualization/res/raw/
many.rs 247 // Limit the delta to avoid jumps when coming back from sleep.
  /external/v8/src/ia32/
macro-assembler-ia32.h 266 // jumps to gc_required if new space is full.
317 // function and jumps to the miss label if the fast checks fail. The
445 // Checks if both objects are sequential ASCII strings, and jumps to label
assembler-ia32.h 650 // Label operations & relative jumps (PPUM Appendix D)
674 // Jumps
680 // Conditional jumps
  /external/v8/src/x64/
assembler-x64.h 419 // On the x64 architecture, we use relative jumps with a 32-bit displacement
421 // Jumps to C functions are done indirectly through a 64-bit register holding
970 // Label operations & relative jumps (PPUM Appendix D)
998 // Jumps
1010 // Conditional jumps
    [all...]
  /dalvik/vm/
Dvm.mk 27 LOCAL_CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2 -fno-align-jumps
  /dalvik/vm/arch/sh/
CallSH4ABI.S 154 # utility routines are placed here make short range jumps available.
  /external/grub/
acinclude.m4 155 dnl Older versions of GAS require that absolute indirect calls/jumps are
  /external/kernel-headers/original/asm-x86/
io_32.h 22 * the two short jumps: using outb's to a nonexistent port seems
  /external/kernel-headers/original/linux/
timex.h 266 * resets occur or speeding up if the time jumps per analysis cycle
  /external/srec/portable/include/
plog.h 253 * Runs a function, checks its return-code. In case of an error, logs it and jumps to
  /external/v8/src/
codegen.h 151 // paths thereby avoiding expensive jumps around uncommon code parts.

Completed in 665 milliseconds

12 3 4 5 6 7 8 91011