Searched refs:FindConstructor (Results 1 – 8 of 8) sorted by relevance
56 mirror::MethodHandle* FindConstructor(Thread* const self,
67 MethodHandle* MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
936 ArtMethod* FindConstructor(const StringPiece& signature, PointerSize pointer_size)
714 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
62 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
3052 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
391 klass->FindConstructor("(Ljava/lang/String;)V", in TEST_F()1189 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()1342 ArtMethod* throw_cons = throw_class->FindConstructor( in TEST_F()
297 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()636 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()1048 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()