Lines Matching refs:kStringIndex
229 constexpr uint32_t kStringIndex = 1u;
230 string_index_to_offset_map_.Put(kStringIndex, string_offset);
233 LinkerPatch::RelativeStringPatch(num_nops * 4u , nullptr, num_nops * 4u, kStringIndex),
234 LinkerPatch::RelativeStringPatch(num_nops * 4u + 4u, nullptr, num_nops * 4u, kStringIndex),
274 constexpr uint32_t kStringIndex = 1u;
275 string_index_to_offset_map_.Put(kStringIndex, string_offset);
279 LinkerPatch::RelativeStringPatch(num_nops * 4u , nullptr, num_nops * 4u, kStringIndex),
280 LinkerPatch::RelativeStringPatch(num_nops * 4u + 8u, nullptr, num_nops * 4u, kStringIndex),