Home
last modified time | relevance | path

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

/art/test/595-profile-saving/src/
DMain.java94 private static final Method registerAppInfoMethod; field in Main.VMRuntime
98 registerAppInfoMethod = c.getDeclaredMethod("registerAppInfo",
107 registerAppInfoMethod.invoke(null, profile, codePaths); in registerAppInfo()