Searched refs:slow (Results 1 - 25 of 75) sorted by relevance

123

/external/icu4c/test/perf/unisetperf/draft/
H A Dcontperf.sh9 # slow Bv Bv0 B0
20 for type in slow Bv Bv0; do
H A Dspan16perf.sh9 # slow Bv Bv0 B0
20 for type in slow Bv Bv0; do
H A Dspan8perf.sh9 # slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
20 for type in slow BvF BvpF Bvl BvL; do
H A Dcontperf.bat5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0 B0) do (
H A Dspan16perf.bat5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0) do (
H A Dspan8perf.bat5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
16 for %%t in (slow BvF BvpF Bvl BvL) do (
/external/v8/src/arm/
H A Dic-arm.cc66 // JS object with slow properties and no interceptors.
118 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
263 // Checks the receiver for special cases (value type, slow case bits).
270 Label* slow) {
272 __ JumpIfSmi(receiver, slow);
279 __ b(ne, slow);
287 __ b(lt, slow);
636 // If the receiver is a regular JS object with slow properties then do
849 Label slow, noti local
265 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
876 Label slow, notin; local
904 Label slow, notin; local
968 Label slow, check_string, index_smi, index_string, property_array_property; local
1171 Label slow; local
1312 Label slow, array, extra, check_if_double_array; local
[all...]
H A Dstub-cache-arm.cc1980 Label slow; local
1982 __ JumpIfNotSmi(code, &slow);
1997 __ bind(&slow);
2034 Label miss, slow;
2059 __ CheckMap(r0, r1, Heap::kHeapNumberMapRootIndex, &slow, DONT_DO_SMI_CHECK);
2138 // Restore FPCSR and fall to slow case.
2141 __ bind(&slow);
2205 // If the result is still negative, go to the slow case.
2207 Label slow; local
2208 __ b(mi, &slow);
3313 Label slow, miss_force_generic; local
3388 Label miss_force_generic, slow, failed_allocation; local
3716 Label slow, check_heap_number, miss_force_generic; local
4167 Label miss_force_generic, transition_elements_kind, grow, slow; local
4333 Label miss_force_generic, transition_elements_kind, grow, slow; local
[all...]
H A Dcode-stubs-arm.cc43 Label* slow,
50 Label* slow,
556 Label* slow) {
560 r0, d7, r2, r3, heap_number_map, scratch1, scratch2, slow);
564 r1, d6, r0, r1, heap_number_map, scratch1, scratch2, slow);
1079 Label* slow,
1096 __ b(ge, slow);
1103 __ b(ge, slow);
1187 Label* slow,
1208 __ b(ne, slow);
550 LoadOperands( MacroAssembler* masm, FloatingPointHelper::Destination destination, Register heap_number_map, Register scratch1, Register scratch2, Label* slow) argument
1078 EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow, Condition cond, bool never_nan_nan) argument
1183 EmitSmiNonsmiComparison(MacroAssembler* masm, Register lhs, Register rhs, Label* lhs_not_nan, Label* slow, bool strict) argument
1985 Label non_smi, slow; local
2001 GenerateSmiCodeSub(MacroAssembler* masm, Label* non_smi, Label* slow) argument
2043 Label non_smi, slow, call_builtin; local
2055 Label non_smi, slow; local
2063 GenerateHeapNumberCodeSub(MacroAssembler* masm, Label* slow) argument
2097 GenerateHeapNumberCodeBitNot( MacroAssembler* masm, Label* slow) argument
2181 Label non_smi, slow; local
2191 Label non_smi, slow; local
4078 Label slow, loop, is_instance, is_not_instance, not_js_object; local
4244 Label slow; local
5158 Label slow, non_function; local
5239 Label slow, non_function_call; local
6489 GenerateConvertArgument(MacroAssembler* masm, int stack_offset, Register arg, Register scratch1, Register scratch2, Register scratch3, Register scratch4, Label* slow) argument
[all...]
/external/v8/src/mips/
H A Dic-mips.cc63 // JS object with slow properties and no interceptors.
114 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
265 // Checks the receiver for special cases (value type, slow case bits).
272 Label* slow) {
274 __ JumpIfSmi(receiver, slow);
280 __ Branch(slow, ne, at, Operand(zero_reg));
287 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
634 // If the receiver is a regular JS object with slow properties then do
846 Label slow, noti local
267 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
872 Label slow, notin; local
906 Label slow, notin; local
969 Label slow, check_string, index_smi, index_string, property_array_property; local
1200 Label slow, array, extra, check_if_double_array; local
1396 Label slow; local
[all...]
H A Dstub-cache-mips.cc1980 Label slow; local
1982 __ JumpIfNotSmi(code, &slow);
1997 __ bind(&slow);
2034 Label miss, slow;
2059 __ CheckMap(v0, a1, Heap::kHeapNumberMapRootIndex, &slow, DONT_DO_SMI_CHECK);
2126 // Restore FCSR and fall to slow case.
2129 __ bind(&slow);
2195 // If the result is still negative, go to the slow case.
2197 Label slow; local
2198 __ Branch(&slow, l
3307 Label slow, miss_force_generic; local
3383 Label miss_force_generic, slow, failed_allocation; local
3719 Label slow, check_heap_number, miss_force_generic; local
4222 Label miss_force_generic, transition_elements_kind, grow, slow; local
4388 Label miss_force_generic, transition_elements_kind, grow, slow; local
[all...]
/external/v8/src/ia32/
H A Dic-ia32.cc62 // JS object with slow properties and no interceptors.
104 // case. The generated code assumes that the receiver has slow
161 // that case. The generated code assumes that the receiver has slow
263 // Checks the receiver for special cases (value type, slow case bits).
269 Label* slow) {
276 __ JumpIfSmi(receiver, slow);
284 __ j(not_zero, slow);
292 __ j(below, slow);
450 Label slow, check_string, index_smi, index_string, property_array_property; local
460 masm, edx, ecx, Map::kHasIndexedInterceptor, &slow);
265 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, int interceptor_bit, Label* slow) argument
668 Label slow; local
710 Label slow, notin; local
736 Label slow, notin; local
766 Label slow, fast_object_with_map_check, fast_object_without_map_check; local
1269 Label slow, notin; local
[all...]
H A Dstub-cache-ia32.cc1869 Label slow; local
1871 __ JumpIfNotSmi(code, &slow);
1885 __ bind(&slow);
1956 Label slow; local
1957 __ CheckMap(eax, factory()->heap_number_map(), &slow, DONT_DO_SMI_CHECK);
1964 __ j(below_equal, &slow);
2007 __ AllocateHeapNumber(eax, ebx, edx, &slow);
2018 __ bind(&slow);
2090 // If the result is still negative, go to the slow case.
2092 Label slow; local
3269 Label slow, miss_force_generic; local
3328 Label miss_force_generic, failed_allocation, slow; local
3482 Label miss_force_generic, slow, check_heap_number; local
3784 Label miss_force_generic, grow, slow, transition_elements_kind; local
3939 Label miss_force_generic, transition_elements_kind, grow, slow; local
[all...]
/external/v8/src/x64/
H A Dic-x64.cc62 // JS object with slow properties and no interceptors.
106 // The generated code assumes that the receiver has slow properties,
164 // that case. The generated code assumes that the receiver has slow
271 // Checks the receiver for special cases (value type, slow case bits).
277 Label* slow) {
284 __ JumpIfSmi(receiver, slow);
292 __ j(below, slow);
298 __ j(not_zero, slow);
395 Label slow, check_string, index_smi, index_string, property_array_property; local
405 masm, rdx, rcx, Map::kHasIndexedInterceptor, &slow);
273 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, int interceptor_bit, Label* slow) argument
590 Label slow; local
635 Label slow, slow_with_tagged_index, fast, array, extra, check_extra_double; local
1238 Label slow, notin; local
1264 Label slow, notin; local
1307 Label slow, notin; local
[all...]
H A Dcode-stubs-x64.h130 Label* slow,
140 void GenerateHeapNumberCodeSub(MacroAssembler* masm, Label* slow);
141 void GenerateHeapNumberCodeBitNot(MacroAssembler* masm, Label* slow);
211 Label* slow,
331 Label* slow);
H A Dcode-stubs-x64.cc717 Label slow; local
718 GenerateSmiCodeSub(masm, &slow, &slow, Label::kNear, Label::kNear);
719 __ bind(&slow);
734 Label* slow,
740 __ jmp(slow, slow_near);
771 Label non_smi, slow, call_builtin; local
774 GenerateHeapNumberCodeSub(masm, &slow);
775 __ bind(&slow);
784 Label non_smi, slow; local
732 GenerateSmiCodeSub(MacroAssembler* masm, Label* non_smi, Label* slow, Label::Distance non_smi_near, Label::Distance slow_near) argument
793 GenerateHeapNumberCodeSub(MacroAssembler* masm, Label* slow) argument
835 GenerateHeapNumberCodeBitNot(MacroAssembler* masm, Label* slow) argument
868 Label non_smi, slow; local
878 Label non_smi, slow; local
996 GenerateSmiCode( MacroAssembler* masm, Label* slow, SmiCodeGenerateHeapNumberResults allow_heapnumber_results) argument
2264 Label slow; local
3382 Label slow; // Fallthrough label. local
3633 Label slow, non_function; local
3715 Label slow, non_function_call; local
4183 Label slow; local
4780 GenerateConvertArgument(MacroAssembler* masm, int stack_offset, Register arg, Register scratch1, Register scratch2, Register scratch3, Label* slow) argument
[all...]
H A Dstub-cache-x64.cc1589 // If so, call slow-case to also check prototypes for value.
1817 Label slow; local
1818 __ JumpIfNotSmi(code, &slow);
1832 __ bind(&slow);
1912 // If the result is still negative, go to the slow case.
1914 Label slow; local
1915 __ j(negative, &slow);
1923 __ CheckMap(rax, factory()->heap_number_map(), &slow, DONT_DO_SMI_CHECK);
1941 __ AllocateHeapNumber(rax, rdx, &slow);
1947 __ bind(&slow);
3086 Label slow, miss_force_generic; local
3132 Label slow, miss_force_generic; local
3267 Label slow, miss_force_generic; local
3547 Label check_capacity, slow; local
3689 Label grow, slow, check_capacity; local
[all...]
/external/aac/libFDK/include/
H A Dfixmul.h118 #pragma message ("Extremely slow implementation of fixmuldiv2_DD !!")
120 #warning Extremely slow implementation of fixmuldiv2_DD !!
131 #pragma message ("Extremely slow implementation of fixmuldiv2BitExact_DD !!")
133 #warning Extremely slow implementation of fixmuldiv2BitExact_DD !!
150 #pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
152 #warning Extremely slow implementation of fixmulBitExact_DD !!
/external/libusb/libusb/os/
H A Dlinux_usbfs.h103 unsigned char slow; member in struct:usbfs_connectinfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java48 BarItem(String t, double[] stats, String u, String slow, boolean sig) { argument
52 this.slowdownExpected= slow;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) { argument
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
/external/kernel-headers/original/asm-mips/
H A Dio.h366 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \
381 slow; \
394 slow; \
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h78 unsigned char slow; member in struct:usbdevfs_connectinfo
/external/llvm/utils/vim/
H A Dtablegen.vim12 " May be changed if you have a really slow machine
/external/tcpdump/
H A DAndroid.mk96 print-slow.c\
/external/skia/src/core/
H A DSkMath.cpp227 uint32_t slow = SkFixedDiv(SK_Fixed1, a); local
246 slow, slow/65536.);

Completed in 759 milliseconds

123