Home
last modified time | relevance | path

Searched refs:StartOatFile (Results 1 – 4 of 4) sorted by relevance

/art/compiler/linker/
Dmulti_oat_relative_patcher_test.cc133 patcher_.StartOatFile(adjustment1); in TEST_F()
143 patcher_.StartOatFile(adjustment2); in TEST_F()
153 patcher_.StartOatFile(adjustment3); in TEST_F()
166 patcher_.StartOatFile(adjustment1); in TEST_F()
189 patcher_.StartOatFile(adjustment2); in TEST_F()
211 patcher_.StartOatFile(adjustment1); in TEST_F()
234 patcher_.StartOatFile(adjustment2); in TEST_F()
265 patcher_.StartOatFile(adjustment1); in TEST_F()
287 patcher_.StartOatFile(adjustment2); in TEST_F()
Dmulti_oat_relative_patcher.cc38 void MultiOatRelativePatcher::StartOatFile(uint32_t adjustment) { in StartOatFile() function in art::linker::MultiOatRelativePatcher
Dmulti_oat_relative_patcher.h54 void StartOatFile(uint32_t adjustment);
/art/compiler/
Doat_writer.cc2244 relative_patcher_->StartOatFile(elf_file_offset + oat_data_offset_); in SetMultiOatRelativePatcherAdjustment()