Searched refs:source_dex (Results 1 – 1 of 1) sorted by relevance
273 const uint8_t* source_dex = GetNextDexFileData(nullptr); in Unquicken() local275 UnquickenDexFile(*target_dex, source_dex, decompile_return_instruction); in Unquicken()276 source_dex = GetNextDexFileData(source_dex); in Unquicken()278 DCHECK(source_dex == nullptr); in Unquicken()