HomeSort by relevance Sort by last modified time
    Searched defs:WriteThunks (Results 1 - 4 of 4) sorted by null

  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 33 uint32_t X86BaseRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) {
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 54 uint32_t ArmBaseRelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) {
  /art/compiler/linker/
multi_oat_relative_patcher.h 52 // 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) {
88 offset = relative_patcher_->WriteThunks(out, offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 116 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) {
140 return ArmBaseRelativePatcher::WriteThunks(out, offset);

Completed in 257 milliseconds