/art/test/1963-add-to-dex-classloader-in-memory/ |
D | add_to_loader.cc | 34 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/ti-agent/ |
D | jvmti_helper.h | 82 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/1964-add-to-dex-classloader-file/ |
D | add_to_loader.cc | 33 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/ |
D | lasterror.cc | 44 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/ |
D | raw_monitor.cc | 32 static void Dealloc(T* t) { in Dealloc() function 37 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
|
/art/test/2038-hiddenapi-jvmti-ext/ |
D | hiddenapi_ext.cc | 32 static void Dealloc(T* t) { in Dealloc() function 37 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
|
/art/test/1946-list-descriptors/ |
D | descriptors.cc | 34 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/ |
D | dump-jvmti.cc | 29 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/ |
D | enablevlog.cc | 43 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/ |
D | list-extensions.cc | 30 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/ |
D | alloc.cc | 34 static void Dealloc(T* t) { in Dealloc() function 39 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
|
/art/test/1940-ddms-ext/ |
D | ddm_ext.cc | 52 static void Dealloc(T* t) { in Dealloc() function 57 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
|
/art/test/1974-resize-array/ |
D | resize_array.cc | 43 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
|