HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 176 - 200 of 260) sorted by null

1 2 3 4 5 6 78 91011

  /art/runtime/arch/arm/
quick_entrypoints_arm.S 347 * All generated callsites for interface invokes and invocation slow paths will load arguments
552 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
556 @ else contention, go to slow path
561 cbnz r3, .Lslow_lock @ if we overflow the count go slow path
600 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 3948 Node* slow = BuildDynamicLoad(name, typeof_mode); local
3992 Node* slow = BuildDynamicLoad(name, typeof_mode); local
    [all...]
  /external/v8/src/js/
promise.js 261 // the slow path.
  /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/crankshaft/arm/
lithium-codegen-arm.cc 3323 Label allocated, slow; local
4447 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 3068 Label slow, allocated, done; local
4239 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 3226 Label allocated, slow; local
4390 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 3410 Label allocated, slow; local
4594 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3489 Label allocated, slow; local
4708 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 3423 Label allocated, slow; local
4632 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 3262 Label slow, allocated, done; local
4525 Label done, slow; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 3344 Label slow, allocated, done; local
4578 Label done, slow; local
    [all...]
  /external/libjpeg-turbo/simd/
jfdctint-mmx.asm 17 ; This file contains a slow-but-accurate integer implementation of the
jfdctint-sse2-64.asm 18 ; This file contains a slow-but-accurate integer implementation of the
jfdctint-sse2.asm 17 ; This file contains a slow-but-accurate integer implementation of the
jidctint-mmx.asm 17 ; This file contains a slow-but-accurate integer implementation of the
    [all...]
jidctint-sse2-64.asm 18 ; This file contains a slow-but-accurate integer implementation of the
    [all...]
  /ndk/build/core/
init.mk 395 # Make for each source file is _very_ slow, this is only a backup plan in
  /art/compiler/utils/x86/
assembler_x86.cc 2382 X86ExceptionSlowPath* slow = new (GetArena()) X86ExceptionSlowPath(stack_adjust); local
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 3147 X86_64ExceptionSlowPath* slow = new (GetArena()) X86_64ExceptionSlowPath(stack_adjust); local
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 717 * For now we use a hashtable and just the slow Object-based one.
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 832 // filters are bog-slow, so only create them if abbsolutely necessary
    [all...]

Completed in 1231 milliseconds

1 2 3 4 5 6 78 91011