Home
last modified time | relevance | path

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