Searched refs:objectsSectionSize (Results 1 – 1 of 1) sorted by relevance
26 int objectsSectionSize = checkAppImageSectionSize(Main.class); in main() local28 System.out.println("App image section size large enough " + (objectsSectionSize > regionSize)); in main()29 if (objectsSectionSize <= regionSize) { in main()30 System.out.println("Section size " + objectsSectionSize); in main()