OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchor_offset
(Results
1 - 2
of
2
) sorted by null
/art/compiler/linker/x86/
relative_patcher_x86.cc
50
uint32_t
anchor_offset
= patch_offset - literal_offset + anchor_literal_offset;
local
51
uint32_t diff = target_offset -
anchor_offset
;
relative_patcher_x86_test.cc
112
constexpr uint32_t
anchor_offset
= 5u; // After call +0.
local
115
LinkerPatch::DexCacheArrayPatch(code.size() - 4u, nullptr,
anchor_offset
, kElementOffset),
123
dex_cache_arrays_begin_ + kElementOffset - (result.second +
anchor_offset
);
Completed in 47 milliseconds