Searched refs:FindConstructor (Results 1 – 9 of 9) sorted by relevance
/art/runtime/mirror/ |
D | method_handles_lookup.h | 56 mirror::MethodHandle* FindConstructor(Thread* const self,
|
D | method_handles_lookup.cc | 67 MethodHandle* MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
|
D | class.h | 936 ArtMethod* FindConstructor(const StringPiece& signature, PointerSize pointer_size)
|
D | class.cc | 714 ArtMethod* Class::FindConstructor(const StringPiece& signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
|
/art/runtime/ |
D | reference_table_test.cc | 62 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
|
D | class_linker.cc | 162 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()
|
D | thread.cc | 3052 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 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()
|
D | unstarted_runtime.cc | 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()
|