Home
last modified time | relevance | path

Searched defs:DebugInfo (Results 1 – 3 of 3) sorted by relevance

/art/compiler/debug/
Ddebug_info.h31 struct DebugInfo { struct
33 ArrayRef<const MethodDebugInfo> compiled_methods; argument
36 std::map<uint32_t, const DexFile*> dex_files; // Offset in section -> dex file content.
38 bool Empty() const { in Empty()
/art/compiler/debug/dwarf/
Ddwarf_test.cc284 TEST_F(DwarfTest, DebugInfo) { in TEST_F() argument
/art/dexlayout/
Ddex_ir.h1061 DebugInfoItem* DebugInfo() const { return debug_info_; } in DebugInfo() function