Lines Matching refs:cooked_strings
804 if (this->raw_strings()->at(i) != this->cooked_strings()->at(i)) {
808 DCHECK_IMPLIES(this->cooked_strings()->at(i) != nullptr,
809 *this->cooked_strings()->at(i)->string() !=
820 this->cooked_strings()->length(), AllocationType::kOld);
822 FixedArray cooked_strings = *cooked_strings_handle;
824 for (int i = 0; i < cooked_strings.length(); ++i) {
825 if (this->cooked_strings()->at(i) != nullptr) {
826 cooked_strings.set(i, *this->cooked_strings()->at(i)->string());
828 cooked_strings.set_undefined(roots, i);