Home
last modified time | relevance | path

Searched refs:quicken_info_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc39 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::DexDecompiler
105 if (quicken_info_.NumIndices() > 0) { in Decompile()
182 if (quicken_index_ != quicken_info_.NumIndices()) { in Decompile()
189 << " Expected: " << quicken_info_.NumIndices(); in Decompile()
/art/compiler/optimizing/
Dinstruction_builder.h320 QuickenInfoTable quicken_info_; variable