Searched defs:decompile_return_instruction (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_to_dex_decompiler.cc37 bool decompile_return_instruction)
40 decompile_return_instruction_(decompile_return_instruction) {}
200 bool decompile_return_instruction) {
201 if (quickened_info.size() == 0 && !decompile_return_instruction) {
204 DexDecompiler decompiler(dex_file, code_item, quickened_info, decompile_return_instruction);
34 DexDecompiler(const DexFile& dex_file, const DexFile::CodeItem& code_item, const ArrayRef<const uint8_t>& quickened_info, bool decompile_return_instruction) argument
197 ArtDecompileDEX(const DexFile& dex_file, const DexFile::CodeItem& code_item, const ArrayRef<const uint8_t>& quickened_info, bool decompile_return_instruction) argument

Completed in 121 milliseconds