Lines Matching full:old_value
6151 Result old_value; // Only allocated in the postfix case.6154 old_value = allocator_->Allocate();6155 ASSERT(old_value.is_valid());6156 __ mov(old_value.reg(), new_value.reg());6177 old_value.reg(),6211 if (is_postfix) frame_->SetElementAt(target.size(), &old_value);