Home
last modified time | relevance | path

Searched refs:anchor_offset (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc121 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local
124 LinkerPatch::StringBssEntryPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex), in TEST_F()
131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F()
153 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local
156 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex), in TEST_F()
163 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F()
Drelative_patcher_x86.cc52 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; in PatchPcRelativeReference() local
53 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference()