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