Home
last modified time | relevance | path

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

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