Searched refs:kStringIndex (Results 1 – 4 of 4) sorted by relevance
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 134 constexpr uint32_t kStringIndex = 1u; in TEST_F() local 135 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 137 LinkerPatch::StringBssEntryPatch(kDexCacheLoadCode.size() - 4u, nullptr, 0u, kStringIndex), in TEST_F() 156 constexpr uint32_t kStringIndex = 1u; in TEST_F() local 158 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F() 161 kStringReferenceCode.size() - 4u, nullptr, 0u, kStringIndex), in TEST_F()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 114 constexpr uint32_t kStringIndex = 1u; in TEST_F() local 115 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 124 LinkerPatch::StringBssEntryPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex), in TEST_F() 145 constexpr uint32_t kStringIndex = 1u; in TEST_F() local 147 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F() 156 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex), in TEST_F()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 297 constexpr uint32_t kStringIndex = 1u; in TestNopsAdrpLdr() local 298 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestNopsAdrpLdr() 302 LinkerPatch::StringBssEntryPatch(num_nops * 4u , nullptr, num_nops * 4u, kStringIndex), in TestNopsAdrpLdr() 303 LinkerPatch::StringBssEntryPatch(num_nops * 4u + 4u, nullptr, num_nops * 4u, kStringIndex), in TestNopsAdrpLdr() 323 constexpr uint32_t kStringIndex = 1u; in TestNopsAdrpAdd() local 324 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestNopsAdrpAdd() 327 LinkerPatch::RelativeStringPatch(num_nops * 4u , nullptr, num_nops * 4u, kStringIndex), in TestNopsAdrpAdd() 328 LinkerPatch::RelativeStringPatch(num_nops * 4u + 4u, nullptr, num_nops * 4u, kStringIndex), in TestNopsAdrpAdd() 344 constexpr uint32_t kStringIndex = 1u; in PrepareNopsAdrpInsn2Ldr() local 345 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in PrepareNopsAdrpInsn2Ldr() [all …]
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 356 constexpr uint32_t kStringIndex = 1u; in TestStringBssEntry() local 357 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry() 360 LinkerPatch::StringBssEntryPatch(0u, nullptr, kPcInsnOffset, kStringIndex), in TestStringBssEntry() 361 LinkerPatch::StringBssEntryPatch(4u, nullptr, kPcInsnOffset, kStringIndex), in TestStringBssEntry() 367 constexpr uint32_t kStringIndex = 1u; in TestStringReference() local 368 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference() 370 LinkerPatch::RelativeStringPatch(0u, nullptr, kPcInsnOffset, kStringIndex), in TestStringReference() 371 LinkerPatch::RelativeStringPatch(4u, nullptr, kPcInsnOffset, kStringIndex), in TestStringReference()
|