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

  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/
multi_oat_relative_patcher.h 95 // Wrapper around RelativePatcher::PatchCall(), doing offset adjustment.
96 void PatchCall(std::vector<uint8_t>* code,
102 relative_patcher_->PatchCall(code, literal_offset, patch_offset, target_offset);
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 143 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,

Completed in 52 milliseconds