Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc242 const uint8_t* source_dex = GetNextDexFileData(nullptr); in Unquicken() local
244 UnquickenDexFile(*target_dex, source_dex, decompile_return_instruction); in Unquicken()
245 source_dex = GetNextDexFileData(source_dex); in Unquicken()
247 DCHECK(source_dex == nullptr); in Unquicken()