Searched refs:my_deps (Results 1 – 1 of 1) sorted by relevance
68 DexFileDeps* my_deps = GetDexFileDeps(*dex_file); in MergeWith() local73 my_deps->assignable_types_.merge(other_deps.assignable_types_); in MergeWith()74 my_deps->unassignable_types_.merge(other_deps.unassignable_types_); in MergeWith()75 my_deps->classes_.merge(other_deps.classes_); in MergeWith()76 my_deps->fields_.merge(other_deps.fields_); in MergeWith()77 my_deps->methods_.merge(other_deps.methods_); in MergeWith()78 BitVectorOr(my_deps->verified_classes_, other_deps.verified_classes_); in MergeWith()79 BitVectorOr(my_deps->redefined_classes_, other_deps.redefined_classes_); in MergeWith()