Searched refs:DecodeDebugPositionInfo (Results 1 – 10 of 10) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file-inl.h | 420 bool DexFile::DecodeDebugPositionInfo(const uint8_t* stream, in DecodeDebugPositionInfo() function 488 bool DexFile::DecodeDebugPositionInfo(uint32_t debug_info_offset, in DecodeDebugPositionInfo() function 491 return DecodeDebugPositionInfo(GetDebugInfoStream(debug_info_offset), in DecodeDebugPositionInfo()
|
D | dex_file.h | 906 static bool DecodeDebugPositionInfo(const uint8_t* stream, 911 bool DecodeDebugPositionInfo(uint32_t debug_info_offset,
|
/art/dexlist/ |
D | dexlist.cc | 127 pDexFile->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), positionsCb, &firstLine); in dumpMethod()
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 164 if (!dex->DecodeDebugPositionInfo(debug_info_offset, PositionInfoCallback, &dex2line_map)) { in WriteCompilationUnit()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 490 bool success = dex_file->DecodeDebugPositionInfo( in GetLineNumberTable()
|
/art/dexdump/ |
D | dexdump.cc | 1215 pDexFile->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), dumpPositionsCb, nullptr); in dumpCode()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1584 dex_file->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), DexFile::LineNumForPcCb, &context); in GetLineNumFromPC()
|
/art/dexlayout/ |
D | dexlayout.cc | 1135 DexFile::DecodeDebugPositionInfo(debug_info->GetDebugInfo(), in DumpCode()
|
/art/runtime/ |
D | debugger.cc | 1708 m->GetDexFile()->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), in OutputLineTable() 3919 m->GetDexFile()->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), in ConfigureStep()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 488 dex_file_->DecodeDebugPositionInfo(code_item_accessor_.DebugInfoOffset(), in FindNativeDebugInfoLocations()
|