Lines Matching refs:dex
721 // Fields are sorted by class, then name, then type descriptor. This is verified in dex file
924 dex::TypeIndex Class::GetDirectInterfaceTypeIdx(uint32_t idx) {
950 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx);
962 dex::TypeIndex type_idx = klass->GetDirectInterfaceTypeIdx(idx);
999 // Arrays and proxies are generated and have no corresponding dex file location.
1143 dex::TypeIndex Class::FindTypeIndexInOtherDexFile(const DexFile& dex_file) {
1147 ? dex::TypeIndex(DexFile::kDexNoIndex)