Home
last modified time | relevance | path

Searched refs:checkAppImageSectionSize (Results 1 – 1 of 1) sorted by relevance

/art/test/1001-app-image-regions/src/
DMain.java26 int objectsSectionSize = checkAppImageSectionSize(Main.class); in main()
36 public static native int checkAppImageSectionSize(Class c); in checkAppImageSectionSize() method in Main