Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handles_lookup.h48 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
Dmethod_handles_lookup.cc51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
Dclass.h976 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
Dclass.cc794 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
/art/runtime/
Dreference_table_test.cc64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
Dthread.cc3328 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
Dclass_linker.cc189 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString()
9742 return lookup->FindConstructor(self, constructor_class, method_type); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc399 klass->FindConstructor("(Ljava/lang/String;)V", in TEST_F()
1160 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()
1321 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F()
Dunstarted_runtime.cc313 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()
598 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()
1036 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()
/art/dex2oat/
Ddex2oat.cc458 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()