Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/099-vmdebug/src/
H A DMain.java369 private static final Method setAllocTrackerStackDepthMethod; field in Main.VMDebug
398 setAllocTrackerStackDepthMethod = c.getDeclaredMethod("setAllocTrackerStackDepth",
455 setAllocTrackerStackDepthMethod.invoke(null, stackDepth); in setAllocTrackerStackDepth()