Searched refs:MultiOatRelativePatcher (Results 1 – 7 of 7) sorted by relevance
27 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 {41 MultiOatRelativePatcher(InstructionSet instruction_set, const InstructionSetFeatures* features);151 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
63 class MultiOatRelativePatcher; variable195 void PrepareLayout(MultiOatRelativePatcher* relative_patcher);516 MultiOatRelativePatcher* relative_patcher_;
132 MultiOatRelativePatcher patcher_;
301 MultiOatRelativePatcher patcher(driver->GetInstructionSet(), in Compile()
215 MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in DoWriteElf()
2101 linker::MultiOatRelativePatcher patcher(instruction_set_, instruction_set_features_.get()); in WriteOutputFiles()