Searched defs:result_saved (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1409 // If result_saved is true the result is on top of the stack. If
1410 // result_saved is false the result is in r0.
1411 bool result_saved = false; local
1422 if (!result_saved) {
1424 result_saved = true;
1526 if (!result_saved) {
1528 result_saved = true;
1580 if (result_saved) {
1617 bool result_saved = false; // Is the result saved to the stack? local
1632 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1394 // If result_saved is true the result is on top of the stack. If
1395 // result_saved is false the result is in x0.
1396 bool result_saved = false; local
1407 if (!result_saved) {
1409 result_saved = true;
1509 if (!result_saved) {
1511 result_saved = true;
1563 if (result_saved) {
1598 bool result_saved = false; // Is the result saved to the stack? local
1613 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1335 // If result_saved is true the result is on top of the stack. If
1336 // result_saved is false the result is in eax.
1337 bool result_saved = false; local
1348 if (!result_saved) {
1350 result_saved = true;
1445 if (!result_saved) {
1447 result_saved = true;
1498 if (result_saved) {
1535 bool result_saved = false; // Is the result saved to the stack? local
1550 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1403 // If result_saved is true the result is on top of the stack. If
1404 // result_saved is false the result is in v0.
1405 bool result_saved = false; local
1416 if (!result_saved) {
1418 result_saved = true;
1520 if (!result_saved) {
1522 result_saved = true;
1574 if (result_saved) {
1610 bool result_saved = false; // Is the result saved to the stack? local
1625 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1404 // If result_saved is true the result is on top of the stack. If
1405 // result_saved is false the result is in v0.
1406 bool result_saved = false; local
1417 if (!result_saved) {
1419 result_saved = true;
1521 if (!result_saved) {
1523 result_saved = true;
1575 if (result_saved) {
1611 bool result_saved = false; // Is the result saved to the stack? local
1626 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1371 // If result_saved is true the result is on top of the stack. If
1372 // result_saved is false the result is in r3.
1373 bool result_saved = false; local
1384 if (!result_saved) {
1386 result_saved = true;
1486 if (!result_saved) {
1488 result_saved = true;
1540 if (result_saved) {
1577 bool result_saved = false; // Is the result saved to the stack? local
1591 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1332 // If result_saved is true the result is on top of the stack. If
1333 // result_saved is false the result is in r2.
1334 bool result_saved = false; local
1345 if (!result_saved) {
1347 result_saved = true;
1447 if (!result_saved) {
1449 result_saved = true;
1501 if (result_saved) {
1537 bool result_saved = false; // Is the result saved to the stack? local
1551 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc1364 // If result_saved is true the result is on top of the stack. If
1365 // result_saved is false the result is in rax.
1366 bool result_saved = false; local
1377 if (!result_saved) {
1379 result_saved = true;
1473 if (!result_saved) {
1475 result_saved = true;
1526 if (result_saved) {
1563 bool result_saved = false; // Is the result saved to the stack? local
1578 if (!result_saved) {
[all...]
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1327 // If result_saved is true the result is on top of the stack. If
1328 // result_saved is false the result is in eax.
1329 bool result_saved = false; local
1340 if (!result_saved) {
1342 result_saved = true;
1437 if (!result_saved) {
1439 result_saved = true;
1490 if (result_saved) {
1527 bool result_saved = false; // Is the result saved to the stack? local
1542 if (!result_saved) {
[all...]

Completed in 191 milliseconds