Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance
124 size_t table_size = ((pc_bytes + ref_bitmap_bytes) * num_entries) + 4; in GenerateGcMap() local125 dex_gc_map_.reserve(table_size); in GenerateGcMap()143 DCHECK_EQ(dex_gc_map_.size(), table_size); in GenerateGcMap()
659 int table_size = fp_vmap_table_.size(); in MarkPreservedSingle() local660 for (int i = table_size; i < (adjusted_reg_num + 1); i++) { in MarkPreservedSingle()
1033 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; in CheckArrayData() local1035 if (cur_offset + array_data_offset + table_size > insn_count) { in CheckArrayData()1038 << cur_offset + array_data_offset + table_size in CheckArrayData()1148 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets() local1156 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) { in CheckSwitchTargets()1159 << ", end " << (cur_offset + switch_offset + table_size) in CheckSwitchTargets()