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

/external/v8/src/arm/
H A Dfull-codegen-arm.cc1507 // If result_saved is true the result is on top of the stack. If
1508 // result_saved is false the result is in r0.
1509 bool result_saved = false; local
1523 if (!result_saved) {
1525 result_saved = true;
1589 ASSERT(result_saved);
1595 if (result_saved) {
1643 bool result_saved = false; // Is the result saved to the stack? local
1656 if (!result_saved) {
1658 result_saved
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1461 // If result_saved is true the result is on top of the stack. If
1462 // result_saved is false the result is in eax.
1463 bool result_saved = false; local
1477 if (!result_saved) {
1479 result_saved = true;
1538 ASSERT(result_saved);
1543 if (result_saved) {
1595 bool result_saved = false; // Is the result saved to the stack? local
1608 if (!result_saved) {
1610 result_saved
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1515 // If result_saved is true the result is on top of the stack. If
1516 // result_saved is false the result is in v0.
1517 bool result_saved = false; local
1531 if (!result_saved) {
1533 result_saved = true;
1598 ASSERT(result_saved);
1604 if (result_saved) {
1654 bool result_saved = false; // Is the result saved to the stack? local
1667 if (!result_saved) {
1669 result_saved
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1414 // If result_saved is true the result is on top of the stack. If
1415 // result_saved is false the result is in rax.
1416 bool result_saved = false; local
1430 if (!result_saved) {
1432 result_saved = true;
1491 ASSERT(result_saved);
1496 if (result_saved) {
1548 bool result_saved = false; // Is the result saved to the stack? local
1561 if (!result_saved) {
1563 result_saved
[all...]

Completed in 119 milliseconds