HomeSort by relevance Sort by last modified time
    Searched refs:AllocObject (Results 51 - 75 of 84) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 204 jobject (*AllocObject)(JNIEnv*, jclass);
580 jobject AllocObject(jclass clazz)
581 { return functions->AllocObject(this, clazz); }
    [all...]
  /art/runtime/
common_test.h 451 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader));
jni_internal.cc 681 jobject reflect_method = env->AllocObject(WellKnownClasses::java_lang_reflect_Method);
697 jobject reflect_field = env->AllocObject(WellKnownClasses::java_lang_reflect_Field);
    [all...]
runtime.cc     [all...]
check_jni.cc     [all...]
class_linker.cc 214 down_cast<mirror::Class*>(heap->AllocObject(self, NULL,
    [all...]
  /art/runtime/gc/
heap.h 131 mirror::Object* AllocObject(Thread* self, mirror::Class* klass, size_t num_bytes)
  /art/runtime/mirror/
class.h 374 Object* AllocObject(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 731 keyObj = env->AllocObject(clazz);
854 provisionObj = env->AllocObject(clazz);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 251 jobject (JNICALL *AllocObject)
779 jobject AllocObject(jclass clazz) {
780 return functions->AllocObject(this,clazz);
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 72 using ::art::llvm::runtime_support::AllocObject;
    [all...]
intrinsic_func_list.def 269 _EVAL_DEF_INTRINSICS_FUNC(AllocObject,
    [all...]

Completed in 1073 milliseconds

1 23 4