HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfoOffset (Results 1 - 6 of 6) sorted by null

  /art/libdexfile/dex/
code_item_accessors-inl.h 209 DebugInfoOffset(),
217 const uint8_t* stream = dex_file_->GetDebugInfoStream(DebugInfoOffset());
238 dex_file_->GetDebugInfoStream(DebugInfoOffset()),
code_item_accessors.h 159 uint32_t DebugInfoOffset() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 36 unsigned DebugInfoOffset = 0;
87 unsigned getDebugInfoOffset() const { return DebugInfoOffset; }
88 void setDebugInfoOffset(unsigned DbgInfoOff) { DebugInfoOffset = DbgInfoOff; }
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 244 uint32_t DebugInfoOffset = getOffset();
247 DebugInfoData.getULEB128(&DebugInfoOffset);
252 DebugInfoData, &DebugInfoOffset, U);
256 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U);
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 96 const uint8_t* debug_info = dex_file->GetDebugInfoStream(code_item.DebugInfoOffset());
  /art/dexlayout/
dex_ir_builder.cc     [all...]

Completed in 920 milliseconds