Searched refs:class_table_bytes (Results 1 - 2 of 2) sorted by relevance

/art/oatdump/
H A Doatdump.cc1514 stats_.class_table_bytes += class_table_section.Size();
1895 size_t class_table_bytes; member in struct:art::ImageDumper::Stats
1925 class_table_bytes(0),
2089 "class_table_bytes = %8zd (%2.0f%% of art file bytes)\n"
2100 class_table_bytes, PercentOfFileBytes(class_table_bytes),
2106 dex_cache_arrays_bytes + interned_strings_bytes + class_table_bytes +
/art/compiler/
H A Dimage_writer.cc1696 const size_t class_table_bytes = table->WriteToMemory(class_table_memory_ptr); local
1697 CHECK_EQ(class_table_bytes, image_info.class_table_bytes_);

Completed in 84 milliseconds