Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance
2276 size_t table_size = TypeLookupTable::RawDataLength(class_offsets_.size()); in ReserveTypeLookupTable() local2277 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()
1343 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; in CheckArrayData() local1345 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() local1476 if (cur_offset + switch_offset + table_size > (uint32_t) insn_count) { in CheckSwitchTargets()1479 << ", end " << (cur_offset + switch_offset + table_size) in CheckSwitchTargets()
599 uint32_t table_size = TypeLookupTable::RawDataLength(*dex_file); in DumpOatDexFile() local602 table_offset + table_size - 1); in DumpOatDexFile()