Searched refs:MultiOatRelativePatcher (Results 1 – 8 of 8) sorted by relevance
28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode()36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher() function in art::linker::MultiOatRelativePatcher52 void MultiOatRelativePatcher::StartOatFile(uint32_t adjustment) { in StartOatFile()61 uint32_t MultiOatRelativePatcher::CodeAlignmentSize() const { in CodeAlignmentSize()66 uint32_t MultiOatRelativePatcher::RelativeCallThunksSize() const { in RelativeCallThunksSize()71 uint32_t MultiOatRelativePatcher::MiscThunksSize() const { in MiscThunksSize()76 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset()
38 class MultiOatRelativePatcher final {42 MultiOatRelativePatcher(InstructionSet instruction_set,175 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
65 class MultiOatRelativePatcher; variable189 void PrepareLayout(MultiOatRelativePatcher* relative_patcher);536 MultiOatRelativePatcher* relative_patcher_;
138 MultiOatRelativePatcher patcher_;
285 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoCompile()
199 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoWriteElf()
750 void OatWriter::PrepareLayout(MultiOatRelativePatcher* relative_patcher) { in PrepareLayout()1470 MultiOatRelativePatcher* relative_patcher_;
2320 linker::MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in WriteOutputFiles()