HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 101 - 125 of 170) sorted by null

1 2 3 45 6 7

  /external/v8/tools/
consarray.js 32 * sequentally. The internal Array implementation is horribly slow
  /external/v8/src/arm/
full-codegen-arm.cc 1404 Label done, slow; local
2368 Label slow, done; local
4099 Label done, slow; local
    [all...]
builtins-arm.cc 1296 Label slow, non_function; local
    [all...]
lithium-codegen-arm.cc 3043 Label allocated, slow; local
3927 Label slow; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 1356 Label done, slow; local
2310 Label slow, done; local
4091 Label done, slow; local
    [all...]
builtins-ia32.cc 580 Label slow, non_function; local
585 __ j(not_equal, &slow);
657 __ bind(&slow);
    [all...]
lithium-codegen-ia32.cc 833 Label done, remainder_eq_dividend, slow, do_subtraction, both_positive; local
851 __ j(sign, &slow, Label::kNear);
886 // Slow case, using idiv instruction.
887 __ bind(&slow);
2812 Label allocated, slow; local
3686 Label slow; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 1412 Label done, slow; local
2392 Label slow, done; local
4143 Label done, slow; local
    [all...]
builtins-mips.cc 1322 Label slow, non_function; local
    [all...]
lithium-codegen-mips.cc 2924 Label allocated, slow; local
3840 Label slow; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 1309 Label done, slow; local
2205 Label slow, done; local
4005 Label done, slow; local
    [all...]
builtins-x64.cc 651 Label slow, non_function; local
656 __ j(not_equal, &slow);
727 __ bind(&slow);
    [all...]
lithium-codegen-x64.cc 797 Label done, remainder_eq_dividend, slow, do_subtraction, both_positive; local
815 __ j(sign, &slow, Label::kNear);
850 // Slow case, using idiv instruction.
851 __ bind(&slow);
2769 Label allocated, slow; local
    [all...]
  /external/v8/test/mjsunit/
value-wrapper.js 135 // Force the prototype into slow case and run the test again.
d8-os.js 143 // Disabled because it's too slow.
div-mod.js 94 // Computes the modulo by slow but lossless operations.
fuzz-natives.js 135 // Too slow.
unbox-double-arrays.js 360 // size of the capacity and force the array into "slow" dictionary case.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 190 any given input. This information can be used to help refactor a slow grammar.
  /external/openssl/crypto/
sparccpuid.S 247 ! is slow (documented to be 6 cycles on T2) and the core is in-order
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 315 /// This is a bit of an ugly (and slow) solution, but it works. Declare an
340 /// This is a slow solution because it involves looking up variable names.
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /external/v8/src/
runtime.js 441 // array. This is the fast case. If this fails, we do the slow case
  /ndk/build/core/
init.mk 374 # Make for each source file is _very_ slow, this is only a backup plan in
  /external/qemu/
usb-linux.c 951 if (ci.slow)
    [all...]

Completed in 1126 milliseconds

1 2 3 45 6 7