Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc267 uint32_t idx_b = it_b != method_idx_map.end() ? it_b->second : 0u; in SortDebugInfosByMethodIndex() local
268 return idx_a < idx_b; in SortDebugInfosByMethodIndex()