Home
last modified time | relevance | path

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

/art/test/118-noimage-dex2oat/src/
DMain.java51 private static final Method isBootClassPathOnDiskMethod; field in Main.VMRuntime
56 isBootClassPathOnDiskMethod = c.getDeclaredMethod("isBootClassPathOnDisk",
67 return (boolean) isBootClassPathOnDiskMethod.invoke(null, instructionSet); in isBootClassPathOnDisk()