Searched defs:Constructor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dmethod.h59 // C++ mirror of java.lang.reflect.Constructor.
60 class MANAGED Constructor: public AbstractMethod { class in namespace:art::mirror
62 static Constructor* CreateFromArtMethod(Thread* self, ArtMethod* method)
84 static GcRoot<Class> static_class_; // java.lang.reflect.Constructor.class.
85 static GcRoot<Class> array_class_; // [java.lang.reflect.Constructor.class.
87 DISALLOW_COPY_AND_ASSIGN(Constructor);

Completed in 1436 milliseconds