Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc190 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in OpenAtAddress()
263 Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in UnquickenInPlace()
271 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.cc2135 input_vdex_file_->Unquicken(dex_files, /* decompile_return_instruction */ false); in Compile()
/art/oatdump/
Doatdump.cc792 vdex_file->Unquicken(MakeNonOwningPointerVector(tmp_dex_files), in OpenVdexUnquicken()