Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc74 DCHECK_LT(quicken_index_, quicken_info_.NumIndices()); in NextIndex()
105 if (quicken_info_.NumIndices() > 0) { in Decompile()
182 if (quicken_index_ != quicken_info_.NumIndices()) { in Decompile()
189 << " Expected: " << quicken_info_.NumIndices(); in Decompile()
Dquicken_info.h69 return table.data_ + table.NumIndices() * 2 - data.data(); in SizeInBytes()
72 uint32_t NumIndices() const { in NumIndices() function
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc184 if (kIsDebugBuild && quicken_index_ >= existing_quicken_info_.NumIndices()) { in NextIndex()
343 DCHECK_EQ(quicken_index_, existing_quicken_info_.NumIndices()); in Compile()