Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc123 const QuickenInfoTable existing_quicken_info_; member
179 existing_quicken_info_(already_quickened_ in CompilationState()
184 if (kIsDebugBuild && quicken_index_ >= existing_quicken_info_.NumIndices()) { in NextIndex()
190 const uint16_t ret = existing_quicken_info_.GetData(quicken_index_); in NextIndex()
343 DCHECK_EQ(quicken_index_, existing_quicken_info_.NumIndices()); in Compile()