Home
last modified time | relevance | path

Searched defs:Dealloc (Results 1 – 12 of 12) sorted by relevance

/art/test/ti-agent/
Djvmti_helper.h82 template <typename T> void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() function
86 template <typename T, typename... Rest> void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() function
/art/test/1963-add-to-dex-classloader-in-memory/
Dadd_to_loader.cc34 template <typename T> static void Dealloc(T* t) { in Dealloc() function
38 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1964-add-to-dex-classloader-file/
Dadd_to_loader.cc33 template <typename T> static void Dealloc(T* t) { in Dealloc() function
37 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1957-error-ext/
Dlasterror.cc44 static void Dealloc(T* t) { in Dealloc() function
49 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1951-monitor-enter-no-suspend/
Draw_monitor.cc32 static void Dealloc(T* t) { in Dealloc() function
37 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1946-list-descriptors/
Ddescriptors.cc34 static void Dealloc(T* t) { in Dealloc() function
39 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc29 template <typename T> static void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() function
33 template <typename T, typename... Rest> static void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() function
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc43 void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() function
48 void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() function
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc30 template <typename T> void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() function
34 template <typename T, typename... Rest> void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() function
/art/test/1900-track-alloc/
Dalloc.cc34 static void Dealloc(T* t) { in Dealloc() function
39 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1940-ddms-ext/
Dddm_ext.cc52 static void Dealloc(T* t) { in Dealloc() function
57 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
/art/test/1974-resize-array/
Dresize_array.cc43 template <typename T> static void Dealloc(T* t) { in Dealloc() function
47 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc() function