Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1591 std::unique_ptr<VdexFile>&& unique_vdex_file, in Open() argument
1594 VdexFile* vdex_file = unique_vdex_file.get(); in Open()
1597 oat_file->SetVdex(unique_vdex_file.release()); in Open()