Searched refs:class_table_bytes (Results 1 – 2 of 2) sorted by relevance
2027 stats_.class_table_bytes += class_table_section.Size(); in Dump()2447 size_t class_table_bytes; member2476 class_table_bytes(0), in Stats()2650 class_table_bytes, PercentOfFileBytes(class_table_bytes), in Dump()2656 dex_cache_arrays_bytes + interned_strings_bytes + class_table_bytes + in Dump()
2141 const size_t class_table_bytes = table->WriteToMemory(class_table_memory_ptr); in CopyAndFixupNativeData() local2142 CHECK_EQ(class_table_bytes, image_info.class_table_bytes_); in CopyAndFixupNativeData()