Searched refs:intern_table_bytes_ (Results 1 – 2 of 2) sorted by relevance
379 size_t intern_table_bytes_ = 0; member
2468 image_info.intern_table_bytes_ = intern_table->WriteToMemory(nullptr); in CalculateNewObjectOffsets()2576 ImageSection(cur_pos, intern_table_bytes_); in CreateImageSections()2872 if (image_info.intern_table_bytes_ > 0) { in CopyAndFixupNativeData()2878 CHECK_EQ(intern_table_bytes, image_info.intern_table_bytes_); in CopyAndFixupNativeData()