Searched refs:GetDeclaredConstructor (Results 1 – 3 of 3) sorted by relevance
1182 ArtMethod* Class::GetDeclaredConstructor( in GetDeclaredConstructor() function in art::mirror::Class1316 ArtMethod* result = klass->GetDeclaredConstructor(self, hs.NewHandle(args), kPointerSize); in GetDeclaredConstructorInternal()
1259 ArtMethod* GetDeclaredConstructor(Thread* self,
696 auto* constructor = klass->GetDeclaredConstructor( in Class_newInstance()