Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc273 const uint8_t* source_dex = GetNextDexFileData(nullptr); in Unquicken() local
275 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()