Home
last modified time | relevance | path

Searched refs:Thumb2RelativePatcher (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc52 Thumb2RelativePatcher::Thumb2RelativePatcher(RelativePatcherThunkProvider* thunk_provider, in Thumb2RelativePatcher() function in art::linker::Thumb2RelativePatcher
57 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
67 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
87 void Thumb2RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall()
98 void Thumb2RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
120 uint32_t Thumb2RelativePatcher::MaxPositiveDisplacement(const ThunkKey& key) { in MaxPositiveDisplacement()
130 uint32_t Thumb2RelativePatcher::MaxNegativeDisplacement(const ThunkKey& key) { in MaxNegativeDisplacement()
140 void Thumb2RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl()
162 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32()
172 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32()
[all …]
Drelative_patcher_thumb2.h32 class Thumb2RelativePatcher final : public ArmBaseRelativePatcher {
34 explicit Thumb2RelativePatcher(RelativePatcherThunkProvider* thunk_provider,
72 DISALLOW_COPY_AND_ASSIGN(Thumb2RelativePatcher);
/art/dex2oat/linker/
Drelative_patcher.cc112 new Thumb2RelativePatcher(thunk_provider, target_provider)); in Create()