HomeSort by relevance Sort by last modified time
    Searched refs:UnquickenDexFile (Results 1 - 3 of 3) sorted by null

  /art/runtime/
vdex_file.cc 234 UnquickenDexFile(*target_dex, source_dex, decompile_return_instruction);
267 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file,
270 UnquickenDexFile(target_dex_file, source_dex_file.Begin(), decompile_return_instruction);
273 void VdexFile::UnquickenDexFile(const DexFile& target_dex_file,
vdex_file.h 291 void UnquickenDexFile(const DexFile& target_dex_file,
307 void UnquickenDexFile(const DexFile& target_dex_file,
  /art/openjdkjvmti/
fixed_up_dex_file.cc 82 vdex->UnquickenDexFile(new_dex_file, original_dex_file, /* decompile_return_instruction */true);

Completed in 148 milliseconds