Home | History | Annotate | Download | only in mirror

Lines Matching refs:dex

123   // often happens when there are unresolved classes in other dex
133 kStatusIdx = 1, // Loaded, DEX idx in super_class_type_idx_ and interfaces_type_idx_.
134 kStatusLoaded = 2, // DEX idx values resolved.
1115 // have the same dex cache.
1133 // have the same dex cache.
1172 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) {
1173 return dex::TypeIndex(
1177 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) {
1182 dex::TypeIndex FindTypeIndexInOtherDexFile(const DexFile& dex_file)
1223 dex::TypeIndex GetDirectInterfaceTypeIdx(uint32_t idx) REQUIRES_SHARED(Locks::mutator_lock_);
1497 // ClassDef index in dex file, -1 if no class definition such as an array.
1501 // Type index in dex file.