Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc525 uint32_t total_entries = (pc2dex_mapping_table_.size() + dex2pc_mapping_table_.size()) / 2; in CreateMappingTables() local
527 encoded_mapping_table_.PushBack(total_entries); in CreateMappingTables()
534 CHECK_EQ(table.TotalSize(), total_entries); in CreateMappingTables()