Searched defs:slow (Results 1 - 25 of 51) sorted by relevance

123

/external/testng/src/test/java/test/methodinterceptors/
H A DFooTest.java11 public void slow() {} method in class:FooTest
/external/skia/tests/
H A DColorPrivTest.cpp29 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
30 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
33 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
34 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
35 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
36 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
H A DPointTest.cpp141 // making sure the slow and fast paths are within 0.1%.
146 SkPoint slow = kOne, fast = kOne; local
148 slow.setLength(tests[i]);
151 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
153 SkScalar ratio = slow.length() / fast.length();
/external/v8/src/ic/
H A Dkeyed-store-generic.cc30 Node* value, Node* context, Label* slow);
33 const StoreICParameters* p, Label* slow);
46 Label* slow, UpdateLength update_length);
217 Node* intptr_index, Node* value, Node* context, Label* slow,
245 BranchIfPrototypesHaveNonFastElements(receiver_map, slow,
258 FAST_SMI_ELEMENTS, FAST_ELEMENTS, slow);
277 FAST_ELEMENTS, slow);
299 FAST_SMI_ELEMENTS, target_kind, slow);
320 FAST_SMI_ELEMENTS, target_kind, slow);
351 BranchIfPrototypesHaveNonFastElements(receiver_map, slow,
516 GotoIf(TaggedIsSmi(receiver), &slow); local
523 &slow); local
[all...]
/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/v8/src/ic/arm64/
H A Dic-arm64.cc27 // The generated code assumes that the receiver has slow properties,
67 // The generated code assumes that the receiver has slow properties,
111 Label slow; local
115 GenerateDictionaryLoad(masm, &slow, dictionary,
119 // Dictionary load failed, go slow (but don't miss).
120 __ Bind(&slow);
195 // The slow case calls into the runtime to complete the store without causing
201 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
230 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, x10, slow);
267 __ JumpIfNotRoot(elements_map, Heap::kFixedDoubleArrayMapRootIndex, slow);
200 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
335 Label slow; local
[all...]
/external/v8/src/ic/arm/
H A Dic-arm.cc33 // The generated code assumes that the receiver has slow properties,
75 // The generated code assumes that the receiver has slow properties,
122 Label slow; local
126 GenerateDictionaryLoad(masm, &slow, dictionary,
130 // Dictionary load failed, go slow (but don't miss).
131 __ bind(&slow);
217 // The slow case calls into the runtime to complete the store without causing
223 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
253 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
296 __ b(ne, slow);
222 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
369 Label slow, fast_object, fast_object_grow; local
[all...]
/external/v8/src/ic/ia32/
H A Dic-ia32.cc26 // case. The generated code assumes that the receiver has slow
74 // that case. The generated code assumes that the receiver has slow
124 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
153 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow);
194 __ j(not_equal, slow);
205 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow);
228 FAST_DOUBLE_ELEMENTS, ebx, edi, slow);
232 ebx, mode, slow);
239 edi, slow);
242 masm, receiver, key, value, ebx, mode, slow);
123 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length) argument
265 Label slow, fast_object, fast_object_grow; local
373 Label slow; local
[all...]
/external/v8/src/ic/mips/
H A Dic-mips.cc33 // The generated code assumes that the receiver has slow properties,
78 // The generated code assumes that the receiver has slow properties,
127 Label slow; local
131 GenerateDictionaryLoad(masm, &slow, dictionary,
135 // Dictionary load failed, go slow (but don't miss).
136 __ bind(&slow);
204 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
236 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
282 __ Branch(slow, ne, elements_map, Operand(at));
294 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
203 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
356 Label slow, fast_object, fast_object_grow; local
[all...]
/external/v8/src/ic/mips64/
H A Dic-mips64.cc33 // The generated code assumes that the receiver has slow properties,
78 // The generated code assumes that the receiver has slow properties,
125 Label slow; local
129 GenerateDictionaryLoad(masm, &slow, dictionary,
133 // Dictionary load failed, go slow (but don't miss).
134 __ bind(&slow);
202 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
235 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
285 __ Branch(slow, ne, elements_map, Operand(at));
299 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
201 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
361 Label slow, fast_object, fast_object_grow; local
[all...]
/external/v8/src/ic/ppc/
H A Dic-ppc.cc33 // The generated code assumes that the receiver has slow properties,
78 // The generated code assumes that the receiver has slow properties,
127 Label slow; local
131 GenerateDictionaryLoad(masm, &slow, dictionary,
135 // Dictionary load failed, go slow (but don't miss).
136 __ bind(&slow);
221 // The slow case calls into the runtime to complete the store without causing
227 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
258 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
302 __ bne(slow);
226 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
376 Label slow, fast_object, fast_object_grow; local
[all...]
/external/v8/src/ic/s390/
H A Dic-s390.cc32 // The generated code assumes that the receiver has slow properties,
76 // The generated code assumes that the receiver has slow properties,
125 Label slow; local
129 GenerateDictionaryLoad(masm, &slow, dictionary,
133 // Dictionary load failed, go slow (but don't miss).
134 __ bind(&slow);
214 // The slow case calls into the runtime to complete the store without causing
220 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
252 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow);
297 __ bne(slow);
219 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
371 Label slow, fast_object, fast_object_grow; local
[all...]
/external/v8/src/ic/x64/
H A Dic-x64.cc26 // The generated code assumes that the receiver has slow properties,
74 // in that case. The generated code assumes that the receiver has slow
125 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
155 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow);
196 __ j(not_equal, slow);
205 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow);
228 FAST_DOUBLE_ELEMENTS, rbx, rdi, slow);
232 rbx, mode, slow);
239 rdi, slow);
242 masm, receiver, key, value, rbx, mode, slow);
124 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length) argument
264 Label slow, slow_with_tagged_index, fast_object, fast_object_grow; local
378 Label slow; local
[all...]
/external/v8/src/ic/x87/
H A Dic-x87.cc26 // case. The generated code assumes that the receiver has slow
74 // that case. The generated code assumes that the receiver has slow
124 MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow,
153 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow);
194 __ j(not_equal, slow);
205 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow);
228 FAST_DOUBLE_ELEMENTS, ebx, edi, slow);
232 ebx, mode, slow);
239 edi, slow);
242 masm, receiver, key, value, ebx, mode, slow);
123 KeyedStoreGenerateMegamorphicHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length) argument
265 Label slow, fast_object, fast_object_grow; local
373 Label slow; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h75 unsigned char slow; member in struct:usbdevfs_connectinfo
/external/libusb/libusb/os/
H A Dlinux_usbfs.h109 unsigned char slow; member in struct:usbfs_connectinfo
/external/skia/src/gpu/
H A DGrTessellator.cpp1223 Vertex* slow = vertices->fHead; local
1224 if (!slow) {
1227 Vertex* fast = slow->fNext;
1235 slow = slow->fNext;
1238 VertexList front(vertices->fHead, slow);
1239 VertexList back(slow->fNext, vertices->fTail);
1719 LOG("found complex mesh; taking slow path\n");
/external/v8/src/arm/
H A Dcode-stubs-arm.cc47 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
53 Label* slow,
191 static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow, argument
205 __ b(ge, slow);
208 __ b(eq, slow);
211 __ b(eq, slow);
218 __ b(ge, slow);
221 __ b(eq, slow);
224 __ b(eq, slow);
305 Label* slow,
301 EmitSmiNonsmiComparison(MacroAssembler* masm, Register lhs, Register rhs, Label* lhs_not_nan, Label* slow, bool strict) argument
409 EmitCheckForTwoHeapNumbers(MacroAssembler* masm, Register lhs, Register rhs, Label* both_loaded_as_doubles, Label* not_heap_numbers, Label* slow) argument
526 Label slow; // Call builtin. local
[all...]
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1030 // so will always take the slow path.
1048 // to do a slow check.
1081 __ mov(r1, Operand(Smi::FromInt(1))); // Smi(1) indicates slow check
1104 // permanent slow case into register r2.
1115 // We need to filter the key, record slow-path here.
1190 Label* slow) {
1201 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1217 Label* slow) {
1228 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1237 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1188 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1216 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1246 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1316 Label done, slow; local
2427 Label slow, done; local
3107 Label slow; local
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1025 // so will always take the slow path.
1043 // to do a slow check.
1072 __ Mov(x1, Smi::FromInt(1)); // Smi(1) indicates slow check.
1093 // permanent slow case into register x2.
1104 // We need to filter the key, record slow-path here.
1177 Label* slow) {
1188 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1204 Label* slow) {
1215 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1224 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1175 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1203 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1233 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1301 Label done, slow; local
2330 Label slow, done; local
3023 Label slow; local
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc972 // so will always take the slow path.
1015 __ push(Immediate(Smi::FromInt(1))); // Smi(1) indicates slow check
1035 // permanent slow case into register edx.
1045 // We need to filter the key, record slow-path here.
1115 Label* slow) {
1125 Heap::kTheHoleValueRootIndex, slow); local
1141 Label* slow) {
1151 Heap::kTheHoleValueRootIndex, slow); local
1160 Heap::kTheHoleValueRootIndex, slow); local
1171 Label* slow, Labe
1113 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1140 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1169 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1237 Label done, slow; local
2327 Label slow, done; local
2997 Label slow; local
[all...]
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1031 // so will always take the slow path.
1049 // to do a slow check.
1079 __ li(a1, Operand(Smi::FromInt(1))); // Smi(1) indicates slow check
1103 // permanent slow case into register a2.
1113 // We need to filter the key, record slow-path here.
1189 Label* slow) {
1200 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1216 Label* slow) {
1227 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1236 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1187 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1215 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1245 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1317 Label done, slow; local
2440 Label slow, done; local
3117 Label slow; local
[all...]
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1031 // so will always take the slow path.
1049 // to do a slow check.
1079 __ li(a1, Operand(Smi::FromInt(1))); // Smi(1) indicates slow check
1104 // permanent slow case into register a2.
1114 // We need to filter the key, record slow-path here.
1190 Label* slow) {
1201 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1217 Label* slow) {
1228 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1237 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1188 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1216 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1246 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1318 Label done, slow; local
2439 Label slow, done; local
3117 Label slow; local
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc994 // so will always take the slow path.
1012 // to do a slow check.
1046 __ LoadSmiLiteral(r4, Smi::FromInt(1)); // Smi(1) indicates slow check
1071 // permanent slow case into register r5.
1082 // We need to filter the key, record slow-path here.
1161 Label* slow) {
1172 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1188 Label* slow) {
1199 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1208 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1159 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1187 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1217 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1287 Label done, slow; local
2437 Label slow, done; local
3109 Label slow; local
[all...]
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc964 // so will always take the slow path.
982 // to do a slow check.
1015 __ LoadSmiLiteral(r3, Smi::FromInt(1)); // Smi(1) indicates slow check
1040 // permanent slow case into register r4.
1051 // We need to filter the key, record slow-path here.
1127 Label* slow) {
1138 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1153 Label* slow) {
1164 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1173 __ JumpIfNotRoot(temp, Heap::kTheHoleValueRootIndex, slow);
1125 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow) argument
1152 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1181 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofMode typeof_mode, Label* slow, Label* done) argument
1251 Label done, slow; local
2383 Label slow, done; local
3038 Label slow; local
[all...]

Completed in 590 milliseconds

123