Lines Matching refs:result
216 // expects the result to be in the accumulator.
231 // If we're not saving the accumulator in the result register, shove a
252 // Since we're not saving the accumulator in the result register, shove a
619 // Scoped base class for determining how the result of an expression will be
647 // Specify expression always returns a Boolean result value.
667 // Scoped class used when the result of the current expression is not
668 // expected to produce a result.
676 // Scoped class used when the result of the current expression to be
685 // Scoped class used when the result of the current expression to be
1991 // maintain a execution result scope where registers can be allocated.
2191 // The result register semantics depend on how the block was entered:
2197 Register result = register_allocator()->NewRegister();
2198 ControlScope::DeferredCommands commands(this, token, result);
2408 // changed and accessed independently of the iteration result.
2425 // property is truthy, otherwise load the value from the iterator result
3186 // object literal, and arranges for the map of the result to reflect the
3329 // property is truthy, otherwise load the value from the iterator result and
3642 Register result = register_allocator()->NewRegister();
3643 // Runtime returns {result} value, preserving accumulator.
3644 builder()->StoreAccumulatorInRegister(result).CallRuntime(
3645 Runtime::kTraceExit, result);
4155 // changed and accessed independently of the iteration result.
4850 // - One for awaiting the iterator result of closing the generator when
4853 // - One for awaiting the iterator result yielded by the delegated
4921 // Await the result of the method invocation.
5798 // same test result context.
6012 // Save result for postfix expressions.
7043 // Visits the expression |expr| and places the result in the accumulator.
7059 // Visits the expression |expr| and discards the result.
7066 // the expression result.
7069 Register result = register_allocator()->NewRegister();
7070 builder()->StoreAccumulatorInRegister(result);
7071 return result;
7074 // Visits the expression |expr| and stores the expression result in
7083 // Visits the expression |expr| and pushes the result into a new register
7127 // jumps below, we ensure that the result scope is deleted before doing so.