Searched refs:source_dex (Results 1 – 1 of 1) sorted by relevance
232 const uint8_t* source_dex = GetNextDexFileData(nullptr); in Unquicken() local234 UnquickenDexFile(*target_dex, source_dex, decompile_return_instruction); in Unquicken()235 source_dex = GetNextDexFileData(source_dex); in Unquicken()237 DCHECK(source_dex == nullptr); in Unquicken()