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

  /art/compiler/linker/x86/
relative_patcher_x86_base.h 32 void PatchCall(std::vector<uint8_t>* code,
relative_patcher_x86_base.cc 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/mips/
relative_patcher_mips.h 36 void PatchCall(std::vector<uint8_t>* code,
relative_patcher_mips.cc 39 void MipsRelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
43 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS";
  /art/compiler/linker/mips64/
relative_patcher_mips64.h 34 void PatchCall(std::vector<uint8_t>* code,
relative_patcher_mips64.cc 39 void Mips64RelativePatcher::PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
43 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64";
  /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);
relative_patcher.h 101 virtual void PatchCall(std::vector<uint8_t>* code,
relative_patcher.cc 64 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
multi_oat_relative_patcher_test.cc 80 void PatchCall(std::vector<uint8_t>* code ATTRIBUTE_UNUSED,
276 patcher_.PatchCall(&code, method1_literal_offset, method1_patch_offset, method1_target_offset);
298 patcher_.PatchCall(&code, method3_literal_offset, method3_patch_offset, method3_target_offset);
relative_patcher_test.h 159 patcher_->PatchCall(&patched_code_, patch.LiteralOffset(),
  /art/compiler/linker/arm/
relative_patcher_thumb2.h 73 void PatchCall(std::vector<uint8_t>* code,
relative_patcher_thumb2.cc 52 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 65 void PatchCall(std::vector<uint8_t>* code,
relative_patcher_arm64.cc 182 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,
  /art/compiler/
oat_writer.cc     [all...]

Completed in 292 milliseconds