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

  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 44 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/mips/
relative_patcher_mips.cc 41 void MipsRelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS";
  /art/compiler/linker/mips64/
relative_patcher_mips64.cc 41 void Mips64RelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64";
  /art/dex2oat/linker/
multi_oat_relative_patcher.h 94 // Wrapper around RelativePatcher::PatchCall(), doing offset adjustment.
95 void PatchCall(std::vector<uint8_t>* code,
101 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset);
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 55 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 189 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,

Completed in 90 milliseconds