Searched refs:quicken_info_ (Results 1 – 3 of 3) 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()
325 QuickenInfoTable quicken_info_; variable
67 quicken_info_(interpreter_metadata), in HInstructionBuilder()2391 return !quicken_info_.IsNull(); in CanDecodeQuickenedInfo()2396 return quicken_info_.GetData(quicken_index); in LookupQuickenedInfo()