Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.cc121 const QuickenInfoTable existing_quicken_info_; member
177 existing_quicken_info_(already_quickened_ in CompilationState()
182 if (kIsDebugBuild && quicken_index_ >= existing_quicken_info_.NumIndices()) { in NextIndex()
188 const uint16_t ret = existing_quicken_info_.GetData(quicken_index_); in NextIndex()
341 DCHECK_EQ(quicken_index_, existing_quicken_info_.NumIndices()); in Compile()