Searched refs:anchor_offset (Results 1 – 2 of 2) sorted by relevance
118 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local121 LinkerPatch::DexCacheArrayPatch(code.size() - 4u, nullptr, anchor_offset, kElementOffset), in TEST_F()129 dex_cache_arrays_begin_ + kElementOffset - (result.second + anchor_offset); in TEST_F()151 constexpr uint32_t anchor_offset = 5u; // After call +0. in TEST_F() local154 LinkerPatch::RelativeStringPatch(code.size() - 4u, nullptr, anchor_offset, kStringIndex), in TEST_F()161 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F()
51 uint32_t anchor_offset = patch_offset - literal_offset + anchor_literal_offset; in PatchPcRelativeReference() local52 uint32_t diff = target_offset - anchor_offset; in PatchPcRelativeReference()