Searched refs:slow (Results 51 - 75 of 140) sorted by relevance

123456

/external/tcpdump/win32/prj/
H A DGNUmakefile125 ../../print-slow.o \
/external/chromium_org/tools/win/
H A Dcopy-installer.bat127 REM Branch to handle copying via robocopy (fast) or xcopy (slow).
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.h73 // objects or doing negative lookup for slow objects, ensures that the
237 Label* miss_label, Label* slow);
/external/llvm/lib/Support/
H A Dregengine.inc48 #define slow sslow
60 #define slow lslow
94 static const char *slow(struct match *, const char *, const char *, sopno, sopno);
158 /* prescreening; this does wonders for this rather slow code */
199 endp = slow(m, m->coldp, stop, gf, gl);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
354 rest = slow(m, sp, stp, ss, es);
357 tail = slow(m, rest, stop, es, stopst);
367 if (slow(m, sp, rest, ssub, esub) != NULL) {
379 rest = slow(
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.h501 Label* slow);
502 MemOperand ContextSlotOperandCheckExtensions(Variable* var, Label* slow);
505 Label* slow,
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1161 // to do a slow check.
1199 __ mov(r1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1225 // permanent slow case into register r2.
1379 Label* slow) {
1391 __ b(ne, slow);
1418 __ b(ne, slow);
1440 Label* slow) {
1452 __ b(ne, slow);
1462 __ b(ne, slow);
1473 Label* slow,
1377 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1439 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1471 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1593 Label done, slow; local
2873 Label slow, done; local
4388 Label slow; local
4531 Label done, slow; local
[all...]
H A Dbuiltins-arm.cc1062 Label slow, non_function; local
1066 __ b(ne, &slow);
1142 __ bind(&slow);
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc1153 // to do a slow check.
1186 __ Mov(x1, Smi::FromInt(1)); // Smi indicates slow check.
1211 // permanent slow case into register x10.
1366 Label* slow) {
1377 __ Cbnz(temp, slow);
1400 __ Cbnz(temp, slow);
1421 Label* slow) {
1432 __ Cbnz(temp, slow);
1441 __ Cbnz(temp, slow);
1452 Label* slow,
1364 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1420 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1450 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1571 Label done, slow; local
2540 Label slow, done; local
4051 Label slow; local
4195 Label done, slow; local
[all...]
H A Dbuiltins-arm64.cc1058 Label slow, non_function; local
1062 JS_FUNCTION_TYPE, &slow);
1134 __ Bind(&slow);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1123 __ mov(ebx, Immediate(Smi::FromInt(1))); // Smi indicates slow check
1148 // permanent slow case into register edx.
1302 Label* slow) {
1313 __ j(not_equal, slow);
1341 __ j(not_equal, slow);
1366 Label* slow) {
1377 __ j(not_equal, slow);
1386 __ j(not_equal, slow);
1397 Label* slow,
1406 EmitLoadGlobalCheckExtensions(proxy, typeof_state, slow);
1300 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1365 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1395 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1515 Label done, slow; local
2778 Label slow, done; local
4342 Label slow; local
4496 Label done, slow; local
[all...]
H A Dbuiltins-ia32.cc757 Label slow, non_function; local
762 __ j(not_equal, &slow);
829 __ bind(&slow);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1151 // to do a slow check.
1186 __ li(a1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1214 // permanent slow case into register a2.
1365 Label* slow) {
1376 __ Branch(slow, ne, temp, Operand(zero_reg));
1401 __ Branch(slow, ne, temp, Operand(zero_reg));
1423 Label* slow) {
1434 __ Branch(slow, ne, temp, Operand(zero_reg));
1443 __ Branch(slow, ne, temp, Operand(zero_reg));
1454 Label* slow,
1363 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1422 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1452 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1578 Label done, slow; local
2856 Label slow, done; local
4403 Label slow; local
4550 Label done, slow; local
[all...]
H A Dbuiltins-mips.cc1082 Label slow, non_function; local
1088 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1163 __ bind(&slow);
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc1146 // to do a slow check.
1181 __ li(a1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1209 // permanent slow case into register a2.
1360 Label* slow) {
1371 __ Branch(slow, ne, temp, Operand(zero_reg));
1396 __ Branch(slow, ne, temp, Operand(zero_reg));
1418 Label* slow) {
1429 __ Branch(slow, ne, temp, Operand(zero_reg));
1438 __ Branch(slow, ne, temp, Operand(zero_reg));
1449 Label* slow,
1358 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1417 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1447 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1575 Label done, slow; local
2856 Label slow, done; local
4404 Label slow; local
4551 Label done, slow; local
[all...]
H A Dbuiltins-mips64.cc1096 Label slow, non_function; local
1102 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1176 __ bind(&slow);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1116 // to do a slow check.
1154 __ Move(rbx, Smi::FromInt(1)); // Smi indicates slow check
1183 // permanent slow case into register rdx.
1336 Label* slow) {
1347 __ j(not_equal, slow);
1376 __ j(not_equal, slow);
1400 Label* slow) {
1411 __ j(not_equal, slow);
1420 __ j(not_equal, slow);
1431 Label* slow,
1334 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1399 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1429 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1549 Label done, slow; local
2775 Label slow, done; local
4356 Label slow; local
4506 Label done, slow; local
[all...]
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc1112 __ mov(ebx, Immediate(Smi::FromInt(1))); // Smi indicates slow check
1137 // permanent slow case into register edx.
1291 Label* slow) {
1302 __ j(not_equal, slow);
1330 __ j(not_equal, slow);
1355 Label* slow) {
1366 __ j(not_equal, slow);
1375 __ j(not_equal, slow);
1386 Label* slow,
1395 EmitLoadGlobalCheckExtensions(proxy, typeof_state, slow);
1289 EmitLoadGlobalCheckExtensions(VariableProxy* proxy, TypeofState typeof_state, Label* slow) argument
1354 ContextSlotOperandCheckExtensions(Variable* var, Label* slow) argument
1384 EmitDynamicLookupFastCase(VariableProxy* proxy, TypeofState typeof_state, Label* slow, Label* done) argument
1504 Label done, slow; local
2768 Label slow, done; local
4331 Label slow; local
4485 Label done, slow; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb190 any given input. This information can be used to help refactor a slow grammar.
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc295 // The slow case calls into the runtime to complete the store without causing
308 // The slow case calls into the runtime to complete the store without causing
336 Register scratch2, Register scratch3, Label* miss_label, Label* slow) {
374 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, scratch3, slow,
572 // global proxy (as opposed to using slow ICs). See corresponding code
333 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc288 // The slow case calls into the runtime to complete the store without causing
303 // The slow case calls into the runtime to complete the store without causing
380 Register scratch2, Register scratch3, Label* miss_label, Label* slow) {
433 __ AllocateHeapNumber(storage_reg, slow, scratch1, scratch2, temp_double,
612 // global proxy (as opposed to using slow ICs). See corresponding code
377 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc337 Register scratch2, Register unused, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, slow, MUTABLE);
563 // global proxy (as opposed to using slow ICs). See corresponding code
334 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc290 // The slow case calls into the runtime to complete the store without causing
303 // The slow case calls into the runtime to complete the store without causing
330 Register scratch2, Register scratch3, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, scratch3, slow,
570 // global proxy (as opposed to using slow ICs). See corresponding code
327 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc290 // The slow case calls into the runtime to complete the store without causing
303 // The slow case calls into the runtime to complete the store without causing
330 Register scratch2, Register scratch3, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, scratch3, slow,
576 // global proxy (as opposed to using slow ICs). See corresponding code
327 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc332 Register scratch2, Register unused, Label* miss_label, Label* slow) {
364 __ AllocateHeapNumber(storage_reg, scratch1, slow, MUTABLE);
564 // global proxy (as opposed to using slow ICs). See corresponding code
329 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc337 Register scratch2, Register unused, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, slow, MUTABLE);
565 // global proxy (as opposed to using slow ICs). See corresponding code
334 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument

Completed in 1780 milliseconds

123456