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

/art/runtime/mirror/
H A Dclass.h71 // Type for the InitializedStaticStorage table. Currently the Class
78 // C++ mirror of java.lang.Class
79 class MANAGED Class : public StaticStorageBase { class in namespace:art::mirror
81 // Class Status
83 // kStatusNotReady: If a Class cannot be found in the class table by
89 // kStatusIdx: LoadClass populates with Class with information from
91 // Class value in super_class_ has not been populated. The new Class
94 // kStatusLoaded: After taking a lock on Class, the ClassLinker will
99 // kStatusResolved: Still holding the lock on Class, th
[all...]

Completed in 5062 milliseconds