HomeSort by relevance Sort by last modified time
    Searched refs:AllocObject (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /libcore/luni/src/main/native/
sun_misc_Unsafe.cpp 23 return env->AllocObject(c);
  /art/runtime/gc/
reference_queue_test.cc 40 auto ref1(hs.NewHandle(ref_class->AllocObject(self)->AsReference()));
42 auto ref2(hs.NewHandle(ref_class->AllocObject(self)->AsReference()));
77 auto ref1(hs.NewHandle(weak_ref_class->AllocObject(self)->AsReference()));
79 auto ref2(hs.NewHandle(finalizer_ref_class->AllocObject(self)->AsReference()));
heap-inl.h 125 // AllocObject will pick up the new allocator type, and instrumented as true is the safe
127 return AllocObject</*kInstrumented*/true>(self,
  /art/runtime/mirror/
field-inl.h 52 auto ret = hs.NewHandle(static_cast<Field*>(StaticClass()->AllocObject(self)));
stack_trace_element.cc 46 down_cast<StackTraceElement*>(GetStackTraceElement()->AllocObject(self));
method.cc 57 auto* ret = down_cast<Method*>(StaticClass()->AllocObject(self));
102 auto* ret = down_cast<Constructor*>(StaticClass()->AllocObject(self));
object.cc 128 // Object::SizeOf gets the right size even if we're an array. Using c->AllocObject() here would
137 copy = heap->AllocObject<true>(self, GetClass(), num_bytes, visitor);
  /art/runtime/
indirect_reference_table_test.cc 57 mirror::Object* obj0 = c->AllocObject(soa.Self());
59 mirror::Object* obj1 = c->AllocObject(soa.Self());
61 mirror::Object* obj2 = c->AllocObject(soa.Self());
63 mirror::Object* obj3 = c->AllocObject(soa.Self());
transaction_test.cc 101 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
118 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
235 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
283 Handle<mirror::Object> h_instance(hs.NewHandle(h_klass->AllocObject(soa.Self())));
337 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
454 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(soa.Self())));
jni_internal_test.cc 672 TEST_F(JniInternalTest, AllocObject) {
675 jobject o = env_->AllocObject(c)
    [all...]
class_linker-inl.h 189 inline mirror::Object* ClassLinker::AllocObject(Thread* self) {
monitor_test.cc 97 MutableHandle<mirror::Object> h = (*hsp)->NewHandle<mirror::Object>(c->AllocObject(self));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nmsupp.h 60 extern LPVOID WINAPI AllocObject(HOBJECTHEAP hObjectHeap);
  /art/test/004-JniTest/
jni_test.cc 596 // Test AllocObject and Call(Nonvirtual)VoidMethod
597 jstring s1 = reinterpret_cast<jstring>(env->AllocObject(c));
599 jstring s2 = reinterpret_cast<jstring>(env->AllocObject(c));
601 jstring s3 = reinterpret_cast<jstring>(env->AllocObject(c));
603 jstring s4 = reinterpret_cast<jstring>(env->AllocObject(c));
622 jstring s5 = reinterpret_cast<jstring>(env->AllocObject(c));
625 jstring s6 = reinterpret_cast<jstring>(env->AllocObject(c));
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 26 V(AllocObject, void*, uint32_t, ArtMethod*) \
  /art/runtime/native/
java_lang_reflect_Constructor.cc 163 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 224 jobject profileLevelObj = env->AllocObject(profileLevelClazz);
android_media_MediaDrm.cpp 845 keyObj = env->AllocObject(clazz);
997 provisionObj = env->AllocObject(clazz);
    [all...]
  /art/runtime/arch/
stub_test.cc 891 Handle<mirror::Object> obj_obj(hs.NewHandle(c->AllocObject(soa.Self())));
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 576 bailif0(sfobj=(*env)->AllocObject(env, sfcls));
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 191 jobject (*AllocObject)(JNIEnv*, jclass);
567 jobject AllocObject(jclass clazz)
568 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 205 jobject (*AllocObject)(JNIEnv*, jclass);
581 jobject AllocObject(jclass clazz)
582 { return functions->AllocObject(this, clazz); }
    [all...]

Completed in 809 milliseconds

1 2 3 4