Home
last modified time | relevance | path

Searched refs:GetDebugInfoStream (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dcode_item_accessors-inl.h218 const uint8_t* stream = dex_file_->GetDebugInfoStream(DebugInfoOffset()); in VisitParameterNames()
239 dex_file_->GetDebugInfoStream(DebugInfoOffset()), in DecodeDebugPositionInfo()
Ddex_file-inl.h344 const uint8_t* const stream = GetDebugInfoStream(debug_info_offset); in DecodeDebugLocalInfo()
Ddex_file.h519 const uint8_t* GetDebugInfoStream(uint32_t debug_info_off) const { in GetDebugInfoStream() function
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc96 const uint8_t* debug_info = dex_file->GetDebugInfoStream(code_item.DebugInfoOffset()); in ProcessDexFiles()
/art/dexlayout/
Ddex_ir_builder.cc806 const uint8_t* debug_info_stream = dex_file.GetDebugInfoStream(debug_info_offset); in DedupeOrCreateCodeItem()