Lines Matching refs:dex
27 #include "dex/dex_file-inl.h"
101 // Use stack maps to create mapping table from pc to dex.
109 const int32_t dex = stack_map.GetDexPc(encoding.stack_map.encoding);
110 pc2dex_map.push_back({pc, dex});
161 const DexFile* dex = mi->dex_file;
162 CodeItemDebugInfoAccessor accessor(*dex, mi->code_item, mi->dex_method_index);
164 if (!dex->DecodeDebugPositionInfo(debug_info_offset, PositionInfoCallback, &dex2line_map)) {
179 auto& dex_class_def = dex->GetClassDef(mi->class_def_index);
180 const char* source_file = dex->GetSourceFile(dex_class_def);
184 std::string class_name(dex->GetClassDescriptor(dex_class_def));
232 // Find mapping with address with is greater than our dex pc; then go back one step.