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

/art/runtime/mirror/
H A Dclass.h89 // kStatusIdx: LoadClass populates with Class with information from
90 // the DexFile, moving the status to kStatusIdx, indicating that the
95 // attempt to move a kStatusIdx class forward to kStatusLoaded by
115 kStatusIdx = 1, // Loaded, DEX idx in super_class_type_idx_ and interfaces_type_idx_. enumerator in enum:art::mirror::Class::Status
140 return GetStatus() >= kStatusIdx;

Completed in 6 milliseconds