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

  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 133 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset,

Completed in 106 milliseconds