Home
last modified time | relevance | path

Searched refs:DecodeDebugPositionInfo (Results 1 – 10 of 10) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h420 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()
Ddex_file.h906 static bool DecodeDebugPositionInfo(const uint8_t* stream,
911 bool DecodeDebugPositionInfo(uint32_t debug_info_offset,
/art/dexlist/
Ddexlist.cc127 pDexFile->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), positionsCb, &firstLine); in dumpMethod()
/art/compiler/debug/
Delf_debug_line_writer.h164 if (!dex->DecodeDebugPositionInfo(debug_info_offset, PositionInfoCallback, &dex2line_map)) { in WriteCompilationUnit()
/art/openjdkjvmti/
Dti_method.cc490 bool success = dex_file->DecodeDebugPositionInfo( in GetLineNumberTable()
/art/dexdump/
Ddexdump.cc1215 pDexFile->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), dumpPositionsCb, nullptr); in dumpCode()
/art/runtime/dex/
Ddex_file_annotations.cc1584 dex_file->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), DexFile::LineNumForPcCb, &context); in GetLineNumFromPC()
/art/dexlayout/
Ddexlayout.cc1135 DexFile::DecodeDebugPositionInfo(debug_info->GetDebugInfo(), in DumpCode()
/art/runtime/
Ddebugger.cc1708 m->GetDexFile()->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), in OutputLineTable()
3919 m->GetDexFile()->DecodeDebugPositionInfo(accessor.DebugInfoOffset(), in ConfigureStep()
/art/compiler/optimizing/
Dinstruction_builder.cc488 dex_file_->DecodeDebugPositionInfo(code_item_accessor_.DebugInfoOffset(), in FindNativeDebugInfoLocations()