HomeSort by relevance Sort by last modified time
    Searched refs:kStringIndex (Results 1 - 4 of 4) sorted by null

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 143 constexpr uint32_t kStringIndex = 1u;
145 string_index_to_offset_map_.Put(kStringIndex, kStringOffset);
154 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex),
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 154 constexpr uint32_t kStringIndex = 1u;
156 string_index_to_offset_map_.Put(kStringIndex, kStringOffset);
159 kStringReferenceCode.size() - 4u, nullptr, 0u, kStringIndex),
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 167 constexpr uint32_t kStringIndex = 1u;
168 string_index_to_offset_map_.Put(kStringIndex, string_offset);
170 LinkerPatch::RelativeStringPatch(0u, nullptr, kPcInsnOffset, kStringIndex),
171 LinkerPatch::RelativeStringPatch(4u, nullptr, kPcInsnOffset, kStringIndex),
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 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),
    [all...]

Completed in 6864 milliseconds