Home
last modified time | relevance | path

Searched refs:AllocObject (Results 26 – 45 of 45) sorted by relevance

12

/art/runtime/native/
Djava_lang_reflect_Executable.cc227 parameter.Assign(parameter_class->AllocObject(self)); in Executable_getParameters0()
Djava_lang_Class.cc939 auto receiver = hs.NewHandle(klass->AllocObject(soa.Self())); in Class_newInstance()
/art/runtime/
Druntime_callbacks_test.cc166 ScopedLocalRef<jobject> thread(env, env->AllocObject(WellKnownClasses::java_lang_Thread)); in TEST_F()
Dcommon_runtime_test.cc364 handle_scope->NewHandle<mirror::Object>(c->AllocObject(self)); in FillHeap()
Dreflection_test.cc127 *receiver = c->AllocObject(self); in ReflectionTestMakeInterpreted()
Dcommon_throws.cc789 env->AllocObject(WellKnownClasses::java_lang_StackOverflowError)); in ThrowStackOverflowError()
Dthread.cc1102 ScopedLocalRef<jobject> peer(env, env->AllocObject(WellKnownClasses::java_lang_Thread)); in CreatePeer()
1175 ScopedLocalRef<jobject> peer(env, env->AllocObject(WellKnownClasses::java_lang_Thread)); in CreateCompileTimePeer()
3114 handle.Assign(h_aste_class->AllocObject(soa.Self())); in CreateAnnotatedStackTrace()
3215 hs.NewHandle(ObjPtr<mirror::Throwable>::DownCast(exception_class->AllocObject(this)))); in ThrowNewWrappedException()
Dclass_linker.cc2594 GetClassRoot<mirror::DexCache>(this)->AllocObject(self)))); in AllocDexCache()
2636 heap->AllocObject(self, java_lang_Class, class_size, pre_fence_visitor) : in AllocClass()
9722 cookie_field->GetDeclaringClass()->AllocObject(self)); in CreateWellKnownClassLoader()
9731 Handle<mirror::Object> h_element = hs2.NewHandle(h_dex_element_class->AllocObject(self)); in CreateWellKnownClassLoader()
9742 dex_elements_field->GetDeclaringClass()->AllocObject(self)); in CreateWellKnownClassLoader()
9762 ObjPtr<mirror::Object> list_object = list_class->AllocObject(self); in CreateWellKnownClassLoader()
9772 ObjPtr<mirror::ClassLoader>::DownCast(loader_class->AllocObject(self))); in CreateWellKnownClassLoader()
9791 WellKnownClasses::java_lang_BootClassLoader)->AllocObject(self)); in CreateWellKnownClassLoader()
/art/runtime/interpreter/
Dunstarted_runtime.cc313 Handle<mirror::Object> h_obj(hs.NewHandle(h_klass->AllocObject(self))); in UnstartedClassNewInstance()
586 Handle<mirror::Object> h_obj(hs.NewHandle(h_class->AllocObject(self))); in GetResourceAsStream()
675 Handle<mirror::Object> receiver = hs.NewHandle(c->AllocObject(self)); in UnstartedConstructorNewInstance0()
1010 Handle<mirror::Object> h_obj(hs.NewHandle(h_class->AllocObject(self))); in CreateInstanceOf()
Dunstarted_runtime_test.cc1162 boot_cp.Assign(boot_cp_class->AllocObject(self)->AsClassLoader()); in GetBootClassLoader()
/art/runtime/mirror/
Dobject_test.cc588 Handle<Object> x(hs.NewHandle(X->AllocObject(soa.Self()))); in TEST_F()
589 Handle<Object> y(hs.NewHandle(Y->AllocObject(soa.Self()))); in TEST_F()
Dclass.h535 ObjPtr<Object> AllocObject(Thread* self)
Dclass.cc1370 heap->AllocObject(self, java_lang_Class, new_length, visitor) : in CopyOf()
/art/test/912-classes/
Dclasses.cc397 ScopedLocalRef<jobject> thread(env, env->AllocObject(thread_klass.get())); in RunEventThread()
/art/runtime/jni/
Djni_id_manager.cc406 hs.NewHandle(GetClassRoot<mirror::Object>()->AllocObject(self))); in Init()
Djni_internal.cc739 static jobject AllocObject(JNIEnv* env, jclass java_class) { in AllocObject() function in art::JNI
751 return soa.AddLocalReference<jobject>(c->AllocObject(soa.Self())); in AllocObject()
779 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self()); in NewObjectV()
806 ObjPtr<mirror::Object> result = c->AllocObject(soa.Self()); in NewObjectA()
2786 JNIImpl::AllocObject,
Dcheck_jni.cc2135 static jobject AllocObject(JNIEnv* env, jclass c) { in AllocObject() function in art::__anon846bc2ca0111::CheckJNI
2142 result.L = baseEnv(env)->AllocObject(env, c); in AllocObject()
3798 CheckJNI::AllocObject,
/art/runtime/gc/
Dheap.h235 mirror::Object* AllocObject(Thread* self, in AllocObject() function
/art/runtime/dex/
Ddex_file_annotations.cc730 Handle<mirror::Object> new_member(hs.NewHandle(annotation_member_class->AllocObject(self))); in CreateAnnotationMember()
/art/openjdkjvmti/
Dti_redefine.cc749 art::GetClassRoot<art::mirror::DexCache>(cl)->AllocObject(driver_->self_)))); in CreateNewDexCache()

12