Searched refs:UnquickenDexFile (Results 1 – 3 of 3) sorted by relevance
244 UnquickenDexFile(*target_dex, source_dex, decompile_return_instruction); in Unquicken()277 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile() function in art::VdexFile280 UnquickenDexFile(target_dex_file, source_dex_file.Begin(), decompile_return_instruction); in UnquickenDexFile()283 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file, in UnquickenDexFile() function in art::VdexFile
323 void UnquickenDexFile(const DexFile& target_dex_file,361 void UnquickenDexFile(const DexFile& target_dex_file,
70 vdex->UnquickenDexFile(new_dex_file, in DoDexUnquicken()