Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc27 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 {
41 MultiOatRelativePatcher(InstructionSet instruction_set, const InstructionSetFeatures* features);
151 DISALLOW_COPY_AND_ASSIGN(MultiOatRelativePatcher);
Doat_writer.h63 class MultiOatRelativePatcher; variable
195 void PrepareLayout(MultiOatRelativePatcher* relative_patcher);
516 MultiOatRelativePatcher* relative_patcher_;
Dmulti_oat_relative_patcher_test.cc132 MultiOatRelativePatcher patcher_;
Dimage_test.h301 MultiOatRelativePatcher patcher(driver->GetInstructionSet(), in Compile()
Doat_writer_test.cc215 MultiOatRelativePatcher patcher(compiler_driver_->GetInstructionSet(), in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc2101 linker::MultiOatRelativePatcher patcher(instruction_set_, instruction_set_features_.get()); in WriteOutputFiles()