Searched refs:MultiOatRelativePatcher (Results 1 – 8 of 8) sorted by relevance
26 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher() function in art::linker::MultiOatRelativePatcher38 void MultiOatRelativePatcher::StartOatFile(uint32_t adjustment) { in StartOatFile()47 uint32_t MultiOatRelativePatcher::CodeAlignmentSize() const { in CodeAlignmentSize()52 uint32_t MultiOatRelativePatcher::RelativeCallThunksSize() const { in RelativeCallThunksSize()57 uint32_t MultiOatRelativePatcher::MiscThunksSize() const { in MiscThunksSize()62 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset()
37 class MultiOatRelativePatcher FINAL {42 MultiOatRelativePatcher(InstructionSet instruction_set, const InstructionSetFeatures* features);140 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
121 MultiOatRelativePatcher patcher_;
51 class MultiOatRelativePatcher; variable161 linker::MultiOatRelativePatcher* relative_patcher);364 linker::MultiOatRelativePatcher* relative_patcher_;
137 linker::MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in TestWriteRead()
204 linker::MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in DoWriteElf()
472 linker::MultiOatRelativePatcher* relative_patcher) { in PrepareLayout()
1667 linker::MultiOatRelativePatcher patcher(instruction_set_, instruction_set_features_.get()); in WriteOatFiles()