Home
last modified time | relevance | path

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

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