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