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

/art/compiler/dex/
H A Dverified_method.cc124 size_t table_size = ((pc_bytes + ref_bitmap_bytes) * num_entries) + 4; local
125 dex_gc_map_.reserve(table_size);
143 DCHECK_EQ(dex_gc_map_.size(), table_size);
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc659 int table_size = fp_vmap_table_.size(); local
660 for (int i = table_size; i < (adjusted_reg_num + 1); i++) {
/art/runtime/verifier/
H A Dmethod_verifier.cc1033 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; local
1035 if (cur_offset + array_data_offset + table_size > insn_count) {
1038 << cur_offset + array_data_offset + table_size
1148 uint32_t table_size = targets_offset + switch_count * 2; local
1156 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) {
1159 << ", end " << (cur_offset + switch_offset + table_size)

Completed in 80 milliseconds