Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc191 std::unique_ptr<RawSection> debug_line_oat_patches(new RawSection( in Write() local
233 debug_line_oat_patches->GetBuffer()); in Write()
234 builder->RegisterSection(debug_line_oat_patches.get()); in Write()