Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handles_lookup.h56 mirror::MethodHandle* FindConstructor(Thread* const self,
Dmethod_handles_lookup.cc67 MethodHandle* MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
Dclass.h936 ArtMethod* FindConstructor(const StringPiece& signature, PointerSize pointer_size)
Dclass.cc714 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
/art/runtime/
Dreference_table_test.cc62 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
Dclass_linker.cc162 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString()
4532 ArtMethod* proxy_constructor = GetClassRoot(kJavaLangReflectProxy)->FindConstructor( in CreateProxyConstructor()
8520 return lookup->FindConstructor(self, constructor_class, method_type); in ResolveMethodHandleForMethod()
Dthread.cc3052 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc391 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()
Dunstarted_runtime.cc297 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()