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

/art/compiler/
H A Doat_writer.cc2276 size_t table_size = TypeLookupTable::RawDataLength(class_offsets_.size());
2277 if (table_size != 0u) {
2283 oat_writer->size_ = offset + table_size;
2284 oat_writer->size_oat_lookup_table_ += table_size;
/art/runtime/verifier/
H A Dmethod_verifier.cc1343 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; local
1345 if (cur_offset + array_data_offset + table_size > insn_count) {
1348 << cur_offset + array_data_offset + table_size
1468 uint32_t table_size = targets_offset + switch_count * 2; local
1476 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) {
1479 << ", end " << (cur_offset + switch_offset + table_size)
/art/oatdump/
H A Doatdump.cc599 uint32_t table_size = TypeLookupTable::RawDataLength(*dex_file); local
602 table_offset + table_size - 1);

Completed in 171 milliseconds