Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc182 std::unique_ptr<RawSection> debug_info_oat_patches(new RawSection( in Write() local
227 debug_info_oat_patches->GetBuffer()); in Write()
228 builder->RegisterSection(debug_info_oat_patches.get()); in Write()