Home
last modified time | relevance | path

Searched refs:FindConstructor (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Dmethod_handles_lookup.h49 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
Dmethod_handles_lookup.cc48 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
Dclass.h990 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
Dclass.cc927 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
/art/runtime/interpreter/
Dunstarted_runtime_test.h99 boot_cp_class->FindConstructor("()V", class_linker_->GetImagePointerSize()); in GetBootClassLoader()
Dunstarted_runtime_test.cc342 klass->FindConstructor("(Ljava/lang/String;)V", class_linker_->GetImagePointerSize()); in TEST_F()
1040 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F()
Dunstarted_runtime.cc326 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()
647 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()
1089 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()
/art/runtime/
Dreference_table_test.cc69 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
Dthread.cc3648 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
Dclass_linker.cc10602 return lookup->FindConstructor(self, constructor_class, method_type); in ResolveMethodHandleForMethod()
/art/dex2oat/
Ddex2oat.cc464 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()