Home
last modified time | relevance | path

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

/art/compiler/linker/
Dmulti_oat_relative_patcher.cc26 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher() function in art::linker::MultiOatRelativePatcher
38 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()
Dmulti_oat_relative_patcher.h37 class MultiOatRelativePatcher FINAL {
42 MultiOatRelativePatcher(InstructionSet instruction_set, const InstructionSetFeatures* features);
140 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
Dmulti_oat_relative_patcher_test.cc121 MultiOatRelativePatcher patcher_;
/art/compiler/
Doat_writer.h51 class MultiOatRelativePatcher; variable
161 linker::MultiOatRelativePatcher* relative_patcher);
364 linker::MultiOatRelativePatcher* relative_patcher_;
Dimage_test.cc137 linker::MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in TestWriteRead()
Doat_test.cc204 linker::MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in DoWriteElf()
Doat_writer.cc472 linker::MultiOatRelativePatcher* relative_patcher) { in PrepareLayout()
/art/dex2oat/
Ddex2oat.cc1667 linker::MultiOatRelativePatcher patcher(instruction_set_, instruction_set_features_.get()); in WriteOatFiles()