Home
last modified time | relevance | path

Searched refs:DebugInfoOffset (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Dcode_item_accessors-inl.h210 DebugInfoOffset(), in DecodeDebugLocalInfo()
218 const uint8_t* stream = dex_file_->GetDebugInfoStream(DebugInfoOffset()); in VisitParameterNames()
239 dex_file_->GetDebugInfoStream(DebugInfoOffset()), in DecodeDebugPositionInfo()
Dcode_item_accessors.h160 uint32_t DebugInfoOffset() const { in DebugInfoOffset() 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.cc797 const uint32_t debug_info_offset = accessor.DebugInfoOffset(); in DedupeOrCreateCodeItem()