Home | History | Annotate | Download | only in debug

Lines Matching refs:dex

57         names.push_back(mi->dex_file->StringDataByIdx(dex::StringIndex(id)));
139 const DexFile* dex = mi->dex_file;
141 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index);
142 const DexFile::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method);
143 const DexFile::TypeList* dex_params = dex->GetProtoParameters(dex_proto);
144 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method);
170 WriteName(dex->GetMethodName(dex_method));
177 WriteLazyType(dex->GetReturnTypeDescriptor(dex_proto));
179 // Decode dex register locations for all stack maps.
219 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
237 if (dex->DecodeDebugLocalInfo(dex_code,
444 // Write table into .debug_loc which describes location of dex register.
445 // The dex register might be valid only at some points and it might
509 // Convert dex type descriptor to DWARF.
593 LOG(FATAL) << "Unknown dex type descriptor: \"" << desc << "\"";