Searched defs:LinkerPatch (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dcompiled_method.h167 class LinkerPatch { class in namespace:art
169 static LinkerPatch MethodPatch(size_t literal_offset,
172 LinkerPatch patch(literal_offset, kLinkerPatchMethod, target_dex_file);
177 static LinkerPatch CodePatch(size_t literal_offset,
180 LinkerPatch patch(literal_offset, kLinkerPatchCall, target_dex_file);
185 static LinkerPatch RelativeCodePatch(size_t literal_offset,
188 LinkerPatch patch(literal_offset, kLinkerPatchCallRelative, target_dex_file);
193 static LinkerPatch TypePatch(size_t literal_offset,
196 LinkerPatch patch(literal_offset, kLinkerPatchType, target_dex_file);
201 static LinkerPatch DexCacheArrayPatc
259 LinkerPatch(size_t literal_offset, LinkerPatchType patch_type, const DexFile* target_dex_file) function in class:art::LinkerPatch
[all...]

Completed in 224 milliseconds