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

  /art/compiler/linker/arm64/
relative_patcher_arm64.h 33 class Arm64RelativePatcher FINAL : public ArmBaseRelativePatcher {
57 Arm64RelativePatcher(RelativePatcherTargetProvider* provider,
127 DISALLOW_COPY_AND_ASSIGN(Arm64RelativePatcher);
relative_patcher_arm64.cc 81 Arm64RelativePatcher::Arm64RelativePatcher(RelativePatcherTargetProvider* provider,
93 uint32_t Arm64RelativePatcher::ReserveSpace(uint32_t offset,
141 uint32_t Arm64RelativePatcher::ReserveSpaceEnd(uint32_t offset) {
155 uint32_t Arm64RelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) {
182 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code,
202 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code,
299 void Arm64RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code,
399 void Arm64RelativePatcher::CompileBakerReadBarrierThunk(arm64::Arm64Assembler& assembler,
506 std::vector<uint8_t> Arm64RelativePatcher::CompileThunk(const ThunkKey& key)
    [all...]
relative_patcher_arm64_test.cc 171 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
477 0u, Arm64RelativePatcher::EncodeBakerReadBarrierFieldData(base_reg, holder_reg));
479 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
484 0u, Arm64RelativePatcher::EncodeBakerReadBarrierArrayData(base_reg));
486 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
491 0u, Arm64RelativePatcher::EncodeBakerReadBarrierGcRootData(root_reg));
493 return down_cast<Arm64RelativePatcher*>(patcher_.get())->CompileThunk(key);
    [all...]
  /art/compiler/linker/
relative_patcher.cc 108 new Arm64RelativePatcher(provider, features->AsArm64InstructionSetFeatures()));
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]

Completed in 177 milliseconds