Home
last modified time | relevance | path

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

/aosp12/art/compiler/debug/
H A 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()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp88 llvm::DIBuilder DebugInfo(Module); in runOnModule() local
113 void initializeDebugInfo(llvm::DIBuilder &DebugInfo, in initializeDebugInfo()
180 void attachDebugInfo(llvm::DIBuilder &DebugInfo, llvm::Function &Func) { in attachDebugInfo()
/aosp12/art/compiler/debug/dwarf/
H A Ddwarf_test.cc284 TEST_F(DwarfTest, DebugInfo) { in TEST_F() argument
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibration.java216 static final class DebugInfo { class in Vibration
228 DebugInfo(long startTimeDebug, long endTimeDebug, CombinedVibration effect, in DebugInfo() method in Vibration.DebugInfo
/aosp12/art/dexlayout/
H A Ddex_ir.h1061 DebugInfoItem* DebugInfo() const { return debug_info_; } in DebugInfo() function