Searched defs:DebugInfo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
H A Ddom_distiller_json_converter.h432 class DebugInfo { class in namespace:dom_distiller::proto::json
434 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DebugInfo* message) {
450 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::DebugInfo& message) {
552 if (!dom_distiller::proto::json::DebugInfo::ReadFromValue(inner_message_value, message->mutable_debug_info())) {
603 dom_distiller::proto::json::DebugInfo::WriteToValue(message.debug_info());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DDebugInfo.java52 public abstract class DebugInfo implements Iterable<DebugItem> { class in inherits:Iterable
62 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset,
70 private static class EmptyDebugInfo extends DebugInfo {
79 private static class DebugInfoImpl extends DebugInfo {
/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
180 typedef struct _DebugInfo DebugInfo; typedef in typeref:struct:_DebugInfo
182 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
184 DebugInfo* VG_(find_DebugInfo) ( Addr a );
187 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_bss_avma) ( const DebugInfo *di );
190 SizeT VG_(DebugInfo_get_bss_size) ( const DebugInfo *di );
191 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
192 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *d
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h298 CGDebugInfo* DebugInfo; member in class:clang::CodeGen::CodeGenModule
573 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
H A DCodeGenFunction.h805 CGDebugInfo *DebugInfo; member in class:clang::CodeGen::CodeGenFunction
978 return DebugInfo;
/external/qemu/tcg/
H A Dtcg.c2732 struct __attribute__((packed)) DebugInfo { struct
2753 struct DebugInfo di;
2804 .sh_size = sizeof(struct DebugInfo),
2836 .len = sizeof(struct DebugInfo) - 4,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp329 DWARFDebugInfo* info = DebugInfo();
363 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_info.offset, NULL);
391 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_offset, NULL);
828 SymbolFileDWARF::DebugInfo() function in class:SymbolFileDWARF
846 SymbolFileDWARF::DebugInfo() const function in class:SymbolFileDWARF
854 DWARFDebugInfo* info = DebugInfo();
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx);
983 DWARFDebugInfo* info = DebugInfo();
993 DWARFDebugInfo* info = DebugInfo();
2242 DWARFDebugInfo* debug_info = DebugInfo();
[all...]
/external/chromium_org/v8/src/
H A Dobjects.h140 // - DebugInfo
537 V(DEBUG_INFO, DebugInfo, debug_info) \
10570 // The DebugInfo class holds additional information for a function being
10572 class DebugInfo: public Struct { class in class:v8::internal::String::FlatContent
10589 static void ClearBreakPoint(Handle<DebugInfo> debug_info,
10593 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
10599 static Object* FindBreakPointInfo(Handle<DebugInfo> debug_info,
10604 DECLARE_CAST(DebugInfo)
10607 DECLARE_PRINTER(DebugInfo)
10608 DECLARE_VERIFIER(DebugInfo)
[all...]

Completed in 321 milliseconds