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

  /art/runtime/mirror/
class-inl.h     [all...]
  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc 706 static jobject AllocObject(JNIEnv* env, jclass java_class) {
718 return soa.AddLocalReference<jobject>(c->AllocObject(soa.Self()));
746 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self());
773 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self());
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 275 jobject (JNICALL *AllocObject)
865 jobject AllocObject(jclass clazz) {
866 return functions->AllocObject(this,clazz);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 275 jobject (JNICALL *AllocObject)
865 jobject AllocObject(jclass clazz) {
866 return functions->AllocObject(this,clazz);
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 275 jobject (JNICALL *AllocObject)
865 jobject AllocObject(jclass clazz) {
866 return functions->AllocObject(this,clazz);
    [all...]
  /libnativehelper/include_jni/
jni.h 191 jobject (*AllocObject)(JNIEnv*, jclass);
567 jobject AllocObject(jclass clazz)
568 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 275 jobject (JNICALL *AllocObject)
870 jobject AllocObject(jclass clazz) {
871 return functions->AllocObject(this,clazz);
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 275 jobject (JNICALL *AllocObject)
870 jobject AllocObject(jclass clazz) {
871 return functions->AllocObject(this,clazz);
    [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 376 milliseconds