Home
last modified time | relevance | path

Searched defs:literal_offset (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Dcompiled_method.h169 static LinkerPatch MethodPatch(size_t literal_offset, in MethodPatch()
177 static LinkerPatch CodePatch(size_t literal_offset, in CodePatch()
185 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch()
193 static LinkerPatch TypePatch(size_t literal_offset, in TypePatch()
201 static LinkerPatch DexCacheArrayPatch(size_t literal_offset, in DexCacheArrayPatch()
259 LinkerPatch(size_t literal_offset, LinkerPatchType patch_type, const DexFile* target_dex_file) in LinkerPatch()
Doat_writer.cc739 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod() local
744 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod() local
/art/compiler/linker/x86/
Drelative_patcher_x86.cc29 uint32_t literal_offset = patch.LiteralOffset(); in PatchDexCacheReference() local
Drelative_patcher_x86_base.cc37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall()
61 uint32_t literal_offset = patch.LiteralOffset(); in PatchDexCacheReference() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc133 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall()
157 uint32_t literal_offset = patch.LiteralOffset(); in PatchDexCacheReference() local
258 uint32_t literal_offset, in NeedsErratum843419Thunk()