Home
last modified time | relevance | path

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

/art/test/1900-track-alloc/src/art/
DTest1900.java67 doDeallocate(abc); in run()
70 doDeallocate(def); in run()
75 Runnable add10 = () -> { long x = doAllocate(10); doDeallocate(x); }; in run()
96 doDeallocate(h.val); in run()
115 doDeallocate(env1, abc); in run()
118 doDeallocate(env2, def); in run()
143 private static native void doDeallocate(long jvmtienv, long ptr); in doDeallocate() method in Test1900
144 private static void doDeallocate(long size) { in doDeallocate() method in Test1900
145 doDeallocate(getDefaultJvmtiEnv(), size); in doDeallocate()