Searched refs:GetDeclaredConstructor (Results 1 – 3 of 3) sorted by relevance
1796 ArtMethod* Class::GetDeclaredConstructor( in GetDeclaredConstructor() function in art::mirror::Class1980 ArtMethod* result = klass->GetDeclaredConstructor(self, hs.NewHandle(args), kPointerSize); in GetDeclaredConstructorInternal()
1285 ArtMethod* GetDeclaredConstructor(Thread* self,
913 ReflectiveHandle<ArtMethod> constructor(mhs.NewMethodHandle(klass->GetDeclaredConstructor( in Class_newInstance()