Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handles_lookup.h46 ObjPtr<mirror::MethodHandle> FindConstructor(Thread* const self,
Dmethod_handles_lookup.cc51 ObjPtr<MethodHandle> MethodHandlesLookup::FindConstructor(Thread* const self, in FindConstructor() function in art::mirror::MethodHandlesLookup
Dclass.h965 ArtMethod* FindConstructor(std::string_view signature, PointerSize pointer_size)
Dclass.cc825 ArtMethod* Class::FindConstructor(std::string_view signature, PointerSize pointer_size) { in FindConstructor() function in art::mirror::Class
/art/runtime/
Dreference_table_test.cc64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference()
Dthread.cc3248 exception_class->FindConstructor(signature, cl->GetImagePointerSize()); in ThrowNewWrappedException()
Dclass_linker.cc185 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString()
9490 return lookup->FindConstructor(self, constructor_class, method_type); in ResolveMethodHandleForMethod()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc404 klass->FindConstructor("(Ljava/lang/String;)V", in TEST_F()
1165 ArtMethod* boot_cp_init = boot_cp_class->FindConstructor( in GetBootClassLoader()
1326 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F()
Dunstarted_runtime.cc308 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance()
593 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream()
1012 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf()
/art/dex2oat/
Ddex2oat.cc742 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride()