Lines Matching refs:dex_file
61 DCHECK(mi->dex_file != nullptr); in GetDedupedName()
62 return mi->dex_file == first->dex_file && mi->class_def_index == first->class_def_index; in GetDedupedName()
65 return strcmp(mi->dex_file->GetMethodName(mi->dex_method_index), in GetDedupedName()
66 first->dex_file->GetMethodName(first->dex_method_index)) == 0; in GetDedupedName()
74 auto& dex_class_def = first->dex_file->GetClassDef(first->class_def_index); in GetDedupedName()
75 AppendPrettyDescriptor(first->dex_file->GetClassDescriptor(dex_class_def), &*out); in GetDedupedName()
81 *out += first->dex_file->GetMethodName(first->dex_method_index); in GetDedupedName()
143 DCHECK(info.dex_file != nullptr); in WriteDebugSymbols()
144 std::string name = info.dex_file->PrettyMethod(info.dex_method_index, !mini_debug_info); in WriteDebugSymbols()
165 const DexFile* dex_file = it.second; in WriteDebugSymbols() local
167 symtab->Add(dex_name, dex, dex_address, dex_file->Size(), STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()