HomeSort by relevance Sort by last modified time
    Searched refs:slow (Results 76 - 100 of 318) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/mips64/
code-stubs-mips64.cc 35 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
41 Label* slow,
216 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
233 __ Branch(slow, greater, t0, Operand(FIRST_JS_RECEIVER_TYPE));
235 __ Branch(slow, eq, t0, Operand(SYMBOL_TYPE));
240 __ Branch(slow, greater, t0, Operand(FIRST_JS_RECEIVER_TYPE));
242 __ Branch(slow, eq, t0, Operand(SYMBOL_TYPE));
321 Label* slow,
339 __ Branch(slow, ne, t0, Operand(HEAP_NUMBER_TYPE));
362 __ Branch(slow, ne, t0, Operand(HEAP_NUMBER_TYPE))
528 Label slow; \/\/ Call builtin. local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 35 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
39 Label* slow, bool strict);
190 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
204 __ bge(slow);
207 __ beq(slow);
214 __ bge(slow);
217 __ beq(slow);
302 Label* slow, bool strict) {
326 __ bne(slow);
358 __ bne(slow);
525 Label slow; \/\/ Call builtin. local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 35 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
39 Label* slow, bool strict);
191 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
205 __ bge(slow);
208 __ beq(slow);
215 __ bge(slow);
218 __ beq(slow);
299 Label* slow, bool strict) {
321 __ bne(slow);
351 __ bne(slow);
517 Label slow; \/\/ Call builtin. local
    [all...]
  /external/v8/tools/
consarray.js 32 * sequentally. The internal Array implementation is horribly slow
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 102 // BUG(rsc): The implementation of -r is a bit slow.
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 19 // functions, from most general (and slow) to fastest:
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 171 // slack if things are slow.
455 base, slow := runtime.ReadMemStatsSlow()
456 if base != slow {
457 logDiff(t, "MemStats", reflect.ValueOf(base), reflect.ValueOf(slow))
  /prebuilts/go/darwin-x86/test/
locklinear.go 73 panic(fmt.Sprintf("%s: too slow: %d ops: %v; %d ops: %v\n\n%s",
maplinear.go 59 panic(fmt.Sprintf("%s: too slow: %d inserts: %v; %d inserts: %v\n",
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 102 // BUG(rsc): The implementation of -r is a bit slow.
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 19 // functions, from most general (and slow) to fastest:
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 171 // slack if things are slow.
455 base, slow := runtime.ReadMemStatsSlow()
456 if base != slow {
457 logDiff(t, "MemStats", reflect.ValueOf(base), reflect.ValueOf(slow))
  /prebuilts/go/linux-x86/test/
locklinear.go 73 panic(fmt.Sprintf("%s: too slow: %d ops: %v; %d ops: %v\n\n%s",
maplinear.go 59 panic(fmt.Sprintf("%s: too slow: %d inserts: %v; %d inserts: %v\n",
  /external/tcpdump/win32/prj/
GNUmakefile 126 ../../print-slow.o \
  /external/v8/src/arm64/
code-stubs-arm64.cc 146 Label* slow, Condition cond) {
162 slow, ge);
165 __ B(eq, slow);
173 __ B(ge, slow);
176 __ B(eq, slow);
295 Label* slow,
320 __ JumpIfNotHeapNumber(right, slow);
345 __ JumpIfNotHeapNumber(left, slow);
445 Label slow; // Call builtin. local
459 // or goes to slow. Only falls through if the objects were not identical
    [all...]
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 93 credentials stretched using a slow stretching algorithm
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 21 * but reflection is slow.
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305_test.go 15 var stressFlag = flag.Bool("stress", false, "run slow stress tests")
  /prebuilts/go/darwin-x86/doc/progs/
run.go 52 // trying to manually adjust for slow builders.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 236 // conversion to avoid precise but possibly slow Float
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 10 // Machine division instructions are slow, so we try to
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305_test.go 15 var stressFlag = flag.Bool("stress", false, "run slow stress tests")
  /prebuilts/go/darwin-x86/test/chan/
select3.go 44 // Wait a long time to make sure that we don't miss our window by accident on a slow machine.
  /prebuilts/go/linux-x86/doc/progs/
run.go 52 // trying to manually adjust for slow builders.

Completed in 595 milliseconds

1 2 34 5 6 7 8 91011>>