Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 15 of 15) sorted by relevance

/art/dex2oat/linker/
Drelative_patcher_test.h171 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link() local
281 void SetThunkCode(const LinkerPatch& patch, in SetThunkCode()
287 void GetThunkCode(const LinkerPatch& patch, in GetThunkCode()
306 explicit ThunkKey(const LinkerPatch& patch) in ThunkKey()
326 static uint32_t CustomValue1(const LinkerPatch& patch) { in CustomValue1()
337 static uint32_t CustomValue2(const LinkerPatch& patch) { in CustomValue2()
Dmulti_oat_relative_patcher.h109 const LinkerPatch& patch, in PatchPcRelativeReference()
118 const LinkerPatch& patch, in PatchEntrypointCall()
125 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
Dmulti_oat_relative_patcher.cc28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode()
Doat_writer.cc900 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1775 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod() local
1951 ArtMethod* GetTargetMethod(const LinkerPatch& patch) in GetTargetMethod()
1963 uint32_t GetTargetOffset(const LinkerPatch& patch) REQUIRES_SHARED(Locks::mutator_lock_) { in GetTargetOffset()
1990 ObjPtr<mirror::Class> GetTargetType(const LinkerPatch& patch) in GetTargetType()
2000 ObjPtr<mirror::String> GetTargetString(const LinkerPatch& patch) in GetTargetString()
2011 uint32_t GetTargetIntrinsicReferenceOffset(const LinkerPatch& patch) in GetTargetIntrinsicReferenceOffset()
Dmulti_oat_relative_patcher_test.cc89 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc57 inline bool IsAdrpPatch(const LinkerPatch& patch) { in IsAdrpPatch()
122 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
139 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace() local
205 const LinkerPatch& patch, in PatchPcRelativeReference()
310 const LinkerPatch& patch, in PatchEntrypointCall()
320 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
Drelative_patcher_arm64_test.cc175 std::vector<uint8_t> CompileThunk(const LinkerPatch& patch, in CompileThunk()
200 for (const LinkerPatch& patch : patches) { in AddCompiledMethod() local
212 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local
533 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local
539 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local
545 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc67 const LinkerPatch& patch, in PatchPcRelativeReference()
87 const LinkerPatch& patch, in PatchEntrypointCall()
98 const LinkerPatch& patch, in PatchBakerReadBarrierBranch()
Drelative_patcher_arm_base.cc390 const LinkerPatch& patch) { in GetEntrypointCallKey()
396 const LinkerPatch& patch) { in GetBakerThunkKey()
405 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches() local
542 const LinkerPatch& patch, uint32_t max_next_offset) { in ThunkDataForPatch()
Drelative_patcher_thumb2_test.cc209 std::vector<uint8_t> CompileThunk(const LinkerPatch& patch, in CompileThunk()
227 for (const LinkerPatch& patch : patches) { in AddCompiledMethod() local
239 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() local
296 const LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerOffsetThunk() local
302 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerArrayThunk() local
308 LinkerPatch patch = LinkerPatch::BakerReadBarrierBranchPatch( in CompileBakerGcRootThunk() local
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64.cc26 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/dex2oat/linker/x86/
Drelative_patcher_x86.cc26 const LinkerPatch& patch, in PatchPcRelativeReference()
/art/compiler/optimizing/
Doptimizing_compiler.cc732 for (const linker::LinkerPatch& patch : linker_patches) { in Emit() local
Dcode_generator_arm64.cc5110 void CodeGeneratorARM64::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()
Dcode_generator_arm_vixl.cc9622 void CodeGeneratorARMVIXL::EmitThunkCode(const linker::LinkerPatch& patch, in EmitThunkCode()