Home | History | Annotate | Download | only in x64

Lines Matching refs:result_saved

1374   // If result_saved is true the result is on top of the stack.  If
1375 // result_saved is false the result is in rax.
1376 bool result_saved = false;
1389 if (!result_saved) {
1391 result_saved = true;
1441 ASSERT(result_saved);
1446 if (result_saved) {
1480 bool result_saved = false; // Is the result saved to the stack?
1493 if (!result_saved) {
1495 result_saved = true;
1511 if (result_saved) {