Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 13 of 13) sorted by relevance

/art/test/1900-track-alloc/src/art/
DTest1900.java37 public static void runConcurrent(Runnable... rs) throws Exception { in runConcurrent()
76 Runnable[] rs = new Runnable[100]; in run() local
/art/test/ti-agent/
Djvmti_helper.h86 template <typename T, typename... Rest> void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc()
/art/test/1963-add-to-dex-classloader-in-memory/
Dadd_to_loader.cc38 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1964-add-to-dex-classloader-file/
Dadd_to_loader.cc37 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1957-error-ext/
Dlasterror.cc49 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1951-monitor-enter-no-suspend/
Draw_monitor.cc37 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1946-list-descriptors/
Ddescriptors.cc39 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc33 template <typename T, typename... Rest> static void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc()
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc48 void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc()
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc34 template <typename T, typename... Rest> void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc()
/art/test/1900-track-alloc/
Dalloc.cc39 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1940-ddms-ext/
Dddm_ext.cc57 static void Dealloc(T* t, Rest... rs) { in Dealloc()
/art/test/1974-resize-array/
Dresize_array.cc47 template <typename T, typename... Rest> static void Dealloc(T* t, Rest... rs) { in Dealloc()