Searched refs:kRegularExportLength (Results 1 – 3 of 3) sorted by relevance
947 DCHECK_EQ(regular_exports()->length() % kRegularExportLength, 0); in RegularExportCount()948 return regular_exports()->length() / kRegularExportLength; in RegularExportCount()952 return String::cast(regular_exports()->get(i * kRegularExportLength + in RegularExportLocalName()957 return Smi::ToInt(regular_exports()->get(i * kRegularExportLength + in RegularExportCellIndex()963 i * kRegularExportLength + kRegularExportExportNamesOffset)); in RegularExportExportNames()
295 kRegularExportLength enumerator
142 ModuleInfo::kRegularExportLength * regular_exports_.size(), zone); in SerializeRegularExports()162 index += ModuleInfo::kRegularExportLength; in SerializeRegularExports()