Home
last modified time | relevance | path

Searched refs:WriteTypeLookupTables (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer.h300 void WriteTypeLookupTables(/*out*/std::vector<uint8_t>* buffer);
H A Doat_writer.cc3648 void OatWriter::WriteTypeLookupTables(/*out*/std::vector<uint8_t>* buffer) { in WriteTypeLookupTables() function in art::linker::OatWriter
3697 WriteTypeLookupTables(&buffer); in FinishVdexFile()