Searched refs:intern_table_bytes_ (Results 1 – 2 of 2) sorted by relevance
378 size_t intern_table_bytes_ = 0; member
2417 image_info.intern_table_bytes_ = intern_table->WriteToMemory(nullptr); in CalculateNewObjectOffsets()2606 ImageSection(cur_pos, intern_table_bytes_); in CreateImageSections()2888 if (image_info.intern_table_bytes_ > 0) { in CopyAndFixupNativeData()2894 CHECK_EQ(intern_table_bytes, image_info.intern_table_bytes_); in CopyAndFixupNativeData()