Home
last modified time | relevance | path

Searched refs:MultiOatRelativePatcher (Results 1 – 8 of 8) sorted by relevance

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc28 void MultiOatRelativePatcher::ThunkProvider::GetThunkCode(const LinkerPatch& patch, in GetThunkCode()
36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher() function in art::linker::MultiOatRelativePatcher
52 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()
Dmulti_oat_relative_patcher.h38 class MultiOatRelativePatcher final {
42 MultiOatRelativePatcher(InstructionSet instruction_set,
175 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
Doat_writer.h65 class MultiOatRelativePatcher; variable
189 void PrepareLayout(MultiOatRelativePatcher* relative_patcher);
536 MultiOatRelativePatcher* relative_patcher_;
Dmulti_oat_relative_patcher_test.cc138 MultiOatRelativePatcher patcher_;
Dimage_test.h285 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoCompile()
Doat_writer_test.cc199 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoWriteElf()
Doat_writer.cc750 void OatWriter::PrepareLayout(MultiOatRelativePatcher* relative_patcher) { in PrepareLayout()
1470 MultiOatRelativePatcher* relative_patcher_;
/art/dex2oat/
Ddex2oat.cc2320 linker::MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in WriteOutputFiles()