Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 2 of 2) sorted by relevance

/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
/art/dex2oat/
Ddex2oat.cc720 ThreadLocalHashOverride(bool apply, int32_t initial_value) { in ThreadLocalHashOverride()