Lines Matching full:old_value
3235 Result old_value; // Only allocated in the postfix case.3238 old_value = allocator_->Allocate();3239 ASSERT(old_value.is_valid());3240 __ movq(old_value.reg(), new_value.reg());3248 old_value.reg(),3272 if (is_postfix) frame_->SetElementAt(target.size(), &old_value);