Home
last modified time | relevance | path

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

/art/test/1922-owned-monitors-info/src/art/
DTest1922.java203 r1.apply(null).getClass(), in runTestsOtherThread()
204 r2.apply(null).getClass(), in runTestsOtherThread()
205 r3.apply(null).getClass(), in runTestsOtherThread()
209 final Thread thr = new Thread(r1.apply(r2.apply(r3.apply(pause)))); in runTestsOtherThread()
247 r1.apply(null).getClass(), in runTestsCurrentThread()
248 r2.apply(null).getClass(), in runTestsCurrentThread()
249 r3.apply(null).getClass(), in runTestsCurrentThread()
251 r1.apply(r2.apply(r3.apply(printer))).run(); in runTestsCurrentThread()
/art/test/574-irreducible-and-constant-area/
Dinfo.txt2 a HInvokeStaticOrDirect must have a special input (does not apply for irreducible
/art/libartbase/base/unix_file/
DREADME5 don't pay for what you don't use" apply.
/art/test/674-hiddenapi/
Dinfo.txt15 not apply as hidden APIs are accessible within the boundaries of the boot
/art/test/990-field-trace/src/art/
DTest990.java114 public String apply(Object o) { in arrayToString()
/art/test/1974-resize-array/src/art/
DTest1974.java262 Thread t1 = new Thread(r.apply(print1)); in runMultiThreadLocal()
263 Thread t2 = new Thread(r.apply(print2)); in runMultiThreadLocal()
/art/test/988-method-trace/src/art/
DTest988.java113 public String apply(Object o) { in arrayToString()
/art/test/924-threads/src/art/
DTest924.java152 Thread t = mkThread.apply(r); in doStateTests()
/art/compiler/jni/
Djni_compiler_test.cc214 static R apply(Args... args) { in apply() function
591 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() function
606 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply() function
621 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply
625 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali94 # Check that dce does not apply for irreducible loops.
/art/dex2oat/
Ddex2oat.cc720 ThreadLocalHashOverride(bool apply, int32_t initial_value) { in ThreadLocalHashOverride() argument
725 klass_ = hs_->NewHandle(apply in ThreadLocalHashOverride()
753 if (apply && old_field_value_ == nullptr) { in ThreadLocalHashOverride()