Home
last modified time | relevance | path

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

/art/test/145-alloc-tracking-stress/src-art/
DMain.java62 VMDebug.setAllocTrackerStackDepth(i % (maxStackDepth + 1)); in run()
/art/test/099-vmdebug/src/
DMain.java454 public static void setAllocTrackerStackDepth(Integer stackDepth) throws Exception { in setAllocTrackerStackDepth() method in Main.VMDebug
/art/runtime/native/
Ddalvik_system_VMDebug.cc523 NATIVE_METHOD(VMDebug, setAllocTrackerStackDepth, "(I)V"),