Searched refs:WriteThunks (Results 1 - 12 of 12) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_base.h31 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE;
H A Drelative_patcher_x86_base.cc33 uint32_t X86BaseRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { function in class:art::linker::X86BaseRelativePatcher
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.h52 // GetOffset() and an error indication in WriteThunks(). Additionally, it must be
85 // Wrapper around RelativePatcher::WriteThunks(), doing offset adjustment.
86 uint32_t WriteThunks(OutputStream* out, uint32_t offset) { function in class:art::linker::FINAL
88 offset = relative_patcher_->WriteThunks(out, offset);
H A Drelative_patcher.h97 virtual uint32_t WriteThunks(OutputStream* out, uint32_t offset) = 0;
H A Dmulti_oat_relative_patcher_test.cc55 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE {
214 uint32_t method1_offset_check = patcher_.WriteThunks(&vos, method1_offset);
224 uint32_t method2_offset_adjusted = patcher_.WriteThunks(&vos, method2_offset);
241 uint32_t method3_offset_adjusted = patcher_.WriteThunks(&vos, method3_offset);
H A Drelative_patcher.cc54 uint32_t WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) OVERRIDE {
H A Drelative_patcher_test.h137 offset = patcher_->WriteThunks(&out_, offset);
179 offset = patcher_->WriteThunks(&out_, offset);
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.h34 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE;
H A Drelative_patcher_arm_base.cc54 uint32_t ArmBaseRelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) { function in class:art::linker::ArmBaseRelativePatcher
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h35 uint32_t WriteThunks(OutputStream* out, uint32_t offset) OVERRIDE;
H A Drelative_patcher_arm64.cc116 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) { function in class:art::linker::Arm64RelativePatcher
140 return ArmBaseRelativePatcher::WriteThunks(out, offset);
/art/compiler/
H A Doat_writer.cc982 offset_ = writer_->relative_patcher_->WriteThunks(out_, offset_);
1008 offset_ = writer_->relative_patcher_->WriteThunks(out, offset_);

Completed in 581 milliseconds