Searched refs:quicken_info_ (Results 1 – 2 of 2) sorted by relevance
39 quicken_info_(quickened_info), in DexDecompiler()74 DCHECK_LT(quicken_index_, quicken_info_.NumIndices()); in NextIndex()75 const uint16_t ret = quicken_info_.GetData(quicken_index_); in NextIndex()81 const QuickenInfoTable quicken_info_; member in art::optimizer::DexDecompiler105 if (quicken_info_.NumIndices() > 0) { in Decompile()182 if (quicken_index_ != quicken_info_.NumIndices()) { in Decompile()189 << " Expected: " << quicken_info_.NumIndices(); in Decompile()
320 QuickenInfoTable quicken_info_; variable