Home
last modified time | relevance | path

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

/art/dex2oat/linker/mips64/
Drelative_patcher_mips64.cc26 uint32_t Mips64RelativePatcher::ReserveSpace( in ReserveSpace()
33 uint32_t Mips64RelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
37 uint32_t Mips64RelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
41 void Mips64RelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchCall()
48 void Mips64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
87 void Mips64RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code ATTRIBUTE_UNUSED, in PatchBakerReadBarrierBranch()
93 std::vector<debug::MethodDebugInfo> Mips64RelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
Drelative_patcher_mips64.h25 class Mips64RelativePatcher final : public RelativePatcher {
27 Mips64RelativePatcher() {} in Mips64RelativePatcher() function
48 DISALLOW_COPY_AND_ASSIGN(Mips64RelativePatcher);
/art/dex2oat/linker/
Drelative_patcher.cc128 return std::unique_ptr<RelativePatcher>(new Mips64RelativePatcher()); in Create()