HomeSort by relevance Sort by last modified time
    Searched defs:NewObjectV (Results 1 - 10 of 10) sorted by null

  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc 727 jobject result = NewObjectV(env, java_class, mid, args);
731 static jobject NewObjectV(JNIEnv* env, jclass java_class, jmethodID mid, va_list args) {
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 279 jobject (JNICALL *NewObjectV)
872 result = functions->NewObjectV(this,clazz,methodID,args);
876 jobject NewObjectV(jclass clazz, jmethodID methodID,
878 return functions->NewObjectV(this,clazz,methodID,args);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 279 jobject (JNICALL *NewObjectV)
872 result = functions->NewObjectV(this,clazz,methodID,args);
876 jobject NewObjectV(jclass clazz, jmethodID methodID,
878 return functions->NewObjectV(this,clazz,methodID,args);
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 279 jobject (JNICALL *NewObjectV)
872 result = functions->NewObjectV(this,clazz,methodID,args);
876 jobject NewObjectV(jclass clazz, jmethodID methodID,
878 return functions->NewObjectV(this,clazz,methodID,args);
    [all...]
  /libnativehelper/include_jni/
jni.h 193 jobject (*NewObjectV)(JNIEnv*, jclass, jmethodID, va_list);
574 jobject result = functions->NewObjectV(this, clazz, methodID, args);
579 jobject NewObjectV(jclass clazz, jmethodID methodID, va_list args)
580 { return functions->NewObjectV(this, clazz, methodID, args); }
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 279 jobject (JNICALL *NewObjectV)
877 result = functions->NewObjectV(this,clazz,methodID,args);
881 jobject NewObjectV(jclass clazz, jmethodID methodID,
883 return functions->NewObjectV(this,clazz,methodID,args);
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 279 jobject (JNICALL *NewObjectV)
877 result = functions->NewObjectV(this,clazz,methodID,args);
881 jobject NewObjectV(jclass clazz, jmethodID methodID,
883 return functions->NewObjectV(this,clazz,methodID,args);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 323 milliseconds