Searched refs:FindConstructor (Results 1 – 8 of 8) sorted by relevance
46 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
965 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
825 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
404 klass->FindConstructor("(Ljava/lang/String;)V", in TEST_F()1165 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()1325 ArtMethod* throw_cons = throw_class->FindConstructor( in TEST_F()
308 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()644 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()1063 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()
739 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()