Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc184 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in OpenAtAddress()
240 void VdexFile::Unquicken(const std::vector<const DexFile*>& target_dex_files, in Unquicken() function in art::VdexFile
Dvdex_file.h319 void Unquicken(const std::vector<const DexFile*>& target_dex_files,
/art/dex2oat/
Ddex2oat.cc1829 input_vdex_file_->Unquicken(dex_files, /* decompile_return_instruction */ false); in Compile()
/art/oatdump/
Doatdump.cc789 vdex_file->Unquicken(MakeNonOwningPointerVector(tmp_dex_files), in OpenVdexUnquicken()