Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h322 void UnquickenInPlace(bool decompile_return_instruction) const;
Dvdex_file.cc254 void VdexFile::UnquickenInPlace(bool decompile_return_instruction) const { in UnquickenInPlace() function in art::VdexFile
Druntime.cc2901 vf->UnquickenInPlace(/*decompile_return_instruction=*/true); in DeoptimizeBootImage()