Home
last modified time | relevance | path

Searched refs:result_saved (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dfull-codegen-arm.cc1509 bool result_saved = false; in VisitObjectLiteral() local
1523 if (!result_saved) { in VisitObjectLiteral()
1525 result_saved = true; in VisitObjectLiteral()
1589 ASSERT(result_saved); in VisitObjectLiteral()
1595 if (result_saved) { in VisitObjectLiteral()
1643 bool result_saved = false; // Is the result saved to the stack? in VisitArrayLiteral() local
1656 if (!result_saved) { in VisitArrayLiteral()
1658 result_saved = true; in VisitArrayLiteral()
1683 if (result_saved) { in VisitArrayLiteral()
/external/v8/src/x64/
Dfull-codegen-x64.cc1416 bool result_saved = false; in VisitObjectLiteral() local
1430 if (!result_saved) { in VisitObjectLiteral()
1432 result_saved = true; in VisitObjectLiteral()
1491 ASSERT(result_saved); in VisitObjectLiteral()
1496 if (result_saved) { in VisitObjectLiteral()
1548 bool result_saved = false; // Is the result saved to the stack? in VisitArrayLiteral() local
1561 if (!result_saved) { in VisitArrayLiteral()
1563 result_saved = true; in VisitArrayLiteral()
1593 if (result_saved) { in VisitArrayLiteral()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1463 bool result_saved = false; in VisitObjectLiteral() local
1477 if (!result_saved) { in VisitObjectLiteral()
1479 result_saved = true; in VisitObjectLiteral()
1538 ASSERT(result_saved); in VisitObjectLiteral()
1543 if (result_saved) { in VisitObjectLiteral()
1595 bool result_saved = false; // Is the result saved to the stack? in VisitArrayLiteral() local
1608 if (!result_saved) { in VisitArrayLiteral()
1610 result_saved = true; in VisitArrayLiteral()
1640 if (result_saved) { in VisitArrayLiteral()
/external/v8/src/mips/
Dfull-codegen-mips.cc1517 bool result_saved = false; in VisitObjectLiteral() local
1531 if (!result_saved) { in VisitObjectLiteral()
1533 result_saved = true; in VisitObjectLiteral()
1598 ASSERT(result_saved); in VisitObjectLiteral()
1604 if (result_saved) { in VisitObjectLiteral()
1654 bool result_saved = false; // Is the result saved to the stack? in VisitArrayLiteral() local
1667 if (!result_saved) { in VisitArrayLiteral()
1669 result_saved = true; in VisitArrayLiteral()
1695 if (result_saved) { in VisitArrayLiteral()