Searched refs:intern_table_bytes_ (Results 1 – 2 of 2) sorted by relevance
374 size_t intern_table_bytes_ = 0; member
2173 DCHECK_EQ(image_info.intern_table_bytes_, 0u); in FinalizeInternTables()2206 image_info.intern_table_bytes_ = table.WriteToMemory(nullptr); in FinalizeInternTables()2725 ImageSection(cur_pos, intern_table_bytes_); in CreateImageSections()3034 if (image_info.intern_table_bytes_ > 0) { in CopyAndFixupNativeData()3041 CHECK_EQ(intern_table_bytes, image_info.intern_table_bytes_); in CopyAndFixupNativeData()