Searched refs:FindConstructor (Results 1 – 10 of 10) sorted by relevance
/art/runtime/mirror/ |
D | method_handles_lookup.h | 48 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
|
D | method_handles_lookup.cc | 51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
|
D | class.h | 976 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
|
D | class.cc | 794 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
|
/art/runtime/ |
D | reference_table_test.cc | 64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
|
D | thread.cc | 3328 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
|
D | class_linker.cc | 189 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString() 9742 return lookup->FindConstructor(self, constructor_class, method_type); in ResolveMethodHandleForMethod()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 399 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()
|
D | unstarted_runtime.cc | 313 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/ |
D | dex2oat.cc | 458 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()
|