Home
last modified time | relevance | path

Searched refs:CallStatic (Results 1 – 3 of 3) sorted by relevance

/art/test/854-image-inlining/src-ex/
DTest.java29 class CallStatic implements Itf { class
41 return CallStatic.$inline$foo(); in callInstance()
/art/test/854-image-inlining/
Dprofile2 # the CallStatic class was loaded.
5 # We need CallStatic to be in the profile to make the compiler think it will be part of
/art/runtime/jni/
Dcheck_jni.cc2387 …static rtype CallStatic##name##MethodA(JNIEnv* env, jclass c, jmethodID mid, const jvalue* vargs) …
2400 static rtype CallStatic##name##MethodV(JNIEnv* env, jclass c, jmethodID mid, va_list vargs) { \
2423 static rtype CallStatic##name##Method(JNIEnv* env, jclass c, jmethodID mid, ...) { \