Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverified_method.cc124 size_t table_size = ((pc_bytes + ref_bitmap_bytes) * num_entries) + 4; in GenerateGcMap() local
125 dex_gc_map_.reserve(table_size); in GenerateGcMap()
143 DCHECK_EQ(dex_gc_map_.size(), table_size); in GenerateGcMap()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc659 int table_size = fp_vmap_table_.size(); in MarkPreservedSingle() local
660 for (int i = table_size; i < (adjusted_reg_num + 1); i++) { in MarkPreservedSingle()
/art/runtime/verifier/
Dmethod_verifier.cc1033 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; in CheckArrayData() local
1035 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() local
1156 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) { in CheckSwitchTargets()
1159 << ", end " << (cur_offset + switch_offset + table_size) in CheckSwitchTargets()