Home | History | Annotate | Download | only in compiler

Lines Matching refs:table_size

2276     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;