HomeSort by relevance Sort by last modified time
    Searched refs:kStatusIdx (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
class.h 89 // 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_.
140 return GetStatus() >= kStatusIdx;
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 522 milliseconds