Home
last modified time | relevance | path

Searched refs:DebugInfo (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/v8/src/objects/
Ddebug-objects-inl.h20 CAST_ACCESSOR(DebugInfo) in CAST_ACCESSOR() argument
24 SMI_ACCESSORS(DebugInfo, flags, kFlagsOffset) in CAST_ACCESSOR()
25 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoOffset) in CAST_ACCESSOR()
26 SMI_ACCESSORS(DebugInfo, debugger_hints, kDebuggerHintsOffset) in CAST_ACCESSOR()
27 ACCESSORS(DebugInfo, script, Object, kScriptOffset) in CAST_ACCESSOR()
28 ACCESSORS(DebugInfo, original_bytecode_array, Object, in CAST_ACCESSOR()
30 ACCESSORS(DebugInfo, break_points, FixedArray, kBreakPointsStateOffset) in CAST_ACCESSOR()
31 ACCESSORS(DebugInfo, coverage_info, Object, kCoverageInfoOffset) in CAST_ACCESSOR()
33 BIT_FIELD_ACCESSORS(DebugInfo, debugger_hints, side_effect_state, in CAST_ACCESSOR()
34 DebugInfo::SideEffectStateBits) in CAST_ACCESSOR()
[all …]
Ddebug-objects.cc12 bool DebugInfo::IsEmpty() const { in IsEmpty()
16 bool DebugInfo::HasBreakInfo() const { return (flags() & kHasBreakInfo) != 0; } in HasBreakInfo()
18 DebugInfo::ExecutionMode DebugInfo::DebugExecutionMode() const { in DebugExecutionMode()
22 void DebugInfo::SetDebugExecutionMode(ExecutionMode value) { in SetDebugExecutionMode()
27 void DebugInfo::ClearBreakInfo(Isolate* isolate) { in ClearBreakInfo()
43 void DebugInfo::SetBreakAtEntry() { in SetBreakAtEntry()
48 void DebugInfo::ClearBreakAtEntry() { in ClearBreakAtEntry()
53 bool DebugInfo::BreakAtEntry() const { return (flags() & kBreakAtEntry) != 0; } in BreakAtEntry()
55 bool DebugInfo::CanBreakAtEntry() const { in CanBreakAtEntry()
60 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint()
[all …]
Ddebug-objects.h22 class DebugInfo : public Struct, public NeverReadOnlySpaceObject {
97 static bool ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info,
100 static void SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info,
107 Handle<DebugInfo> debug_info,
162 DECL_CAST(DebugInfo)
165 DECL_PRINTER(DebugInfo)
166 DECL_VERIFIER(DebugInfo)
185 DISALLOW_IMPLICIT_CONSTRUCTORS(DebugInfo);
210 int GetStatementPosition(Handle<DebugInfo> debug_info);
/external/v8/src/debug/
Ddebug.h67 static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
70 static void AllAtCurrentStatement(Handle<DebugInfo> debug_info,
89 bool HasBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info) const;
115 static int BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
133 explicit BreakIterator(Handle<DebugInfo> debug_info);
159 Handle<DebugInfo> debug_info_;
173 DebugInfoListNode(Isolate* isolate, DebugInfo* debug_info);
178 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); } in debug_info()
182 DebugInfo** debug_info_;
252 MaybeHandle<FixedArray> GetHitBreakPoints(Handle<DebugInfo> debug_info,
[all …]
Ddebug.cc99 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame()
113 Handle<DebugInfo> debug_info, JavaScriptFrame* frame, in AllAtCurrentStatement()
145 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, in BreakIndexFromCodeOffset()
165 Handle<DebugInfo> debug_info) const { in HasBreakPoint()
198 BreakIterator::BreakIterator(Handle<DebugInfo> debug_info) in BreakIterator()
389 DebugInfoListNode::DebugInfoListNode(Isolate* isolate, DebugInfo* debug_info) in DebugInfoListNode()
430 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break()
521 MaybeHandle<FixedArray> Debug::CheckBreakPoints(Handle<DebugInfo> debug_info, in CheckBreakPoints()
544 Handle<DebugInfo> debug_info(function->shared()->GetDebugInfo(), isolate_); in IsMutedAtCurrentLocation()
601 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakPoint()
[all …]
Ddebug-evaluate.cc529 DebugInfo::SideEffectState BuiltinGetSideEffectState(Builtins::Name id) { in BuiltinGetSideEffectState()
810 return DebugInfo::kHasNoSideEffect; in BuiltinGetSideEffectState()
840 return DebugInfo::kRequiresRuntimeChecks; in BuiltinGetSideEffectState()
846 return DebugInfo::kHasSideEffects; in BuiltinGetSideEffectState()
868 DebugInfo::SideEffectState DebugEvaluate::FunctionGetSideEffectState( in FunctionGetSideEffectState()
893 return DebugInfo::kHasSideEffects; in FunctionGetSideEffectState()
908 return DebugInfo::kHasSideEffects; in FunctionGetSideEffectState()
910 return requires_runtime_checks ? DebugInfo::kRequiresRuntimeChecks in FunctionGetSideEffectState()
911 : DebugInfo::kHasNoSideEffect; in FunctionGetSideEffectState()
915 ? DebugInfo::kHasNoSideEffect in FunctionGetSideEffectState()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap68 module DIContext { header "DebugInfo/DIContext.h" export * }
74 umbrella "DebugInfo/DWARF"
81 umbrella "DebugInfo/PDB"
88 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
89 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
90 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
91 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
92 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
93 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
94 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
[all …]
/external/llvm/include/llvm/
Dmodule.modulemap48 module DIContext { header "DebugInfo/DIContext.h" export * }
54 umbrella "DebugInfo/DWARF"
61 umbrella "DebugInfo/PDB"
68 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
69 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
70 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
71 exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
72 exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
73 exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
74 exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h"
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEchoMessages.cs51 … pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.DebugInfo), global::Grpc.Testing.DebugInfo.… in EchoMessagesReflection()
66 public sealed partial class DebugInfo : pb::IMessage<DebugInfo> { class
67 …ivate static readonly pb::MessageParser<DebugInfo> _parser = new pb::MessageParser<DebugInfo>(() =…
70 public static pb::MessageParser<DebugInfo> Parser { get { return _parser; } }
83 public DebugInfo() { in DebugInfo() method in Grpc.Testing.DebugInfo
90 public DebugInfo(DebugInfo other) : this() { in DebugInfo() method in Grpc.Testing.DebugInfo
97 public DebugInfo Clone() { in Clone()
98 return new DebugInfo(this); in Clone()
124 return Equals(other as DebugInfo); in Equals()
128 public bool Equals(DebugInfo other) { in Equals()
[all …]
DCustomErrorDetailsTest.cs103 private static DebugInfo GetDebugInfo(Metadata trailers) in GetDebugInfo()
106 return DebugInfo.Parser.ParseFrom(entry.ValueBytes); in GetDebugInfo()
120 var debugInfo = new DebugInfo(); in UnaryCall()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.h58 struct DebugInfo { struct
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {} in DebugInfo() function
86 std::string MakeELF(const Function *F, DebugInfo &I);
99 void RegisterFunction(const Function *F, DebugInfo &I);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DNativeObjRegistry.java23 private final Map<Long, DebugInfo> idToDebugInfoMap;
76 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in register()
89 idToDebugInfoMap.put(nativeId, new DebugInfo(new Trace(o))); in register()
111 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in unregister()
160 private static class DebugInfo { class in NativeObjRegistry
164 public DebugInfo(Trace trace) { in DebugInfo() method in NativeObjRegistry.DebugInfo
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java37 import org.jf.dexlib2.dexbacked.util.DebugInfo;
126 private DebugInfo getDebugInfo() {
130 return DebugInfo.newOrEmpty(dexFile, 0, this);
134 return DebugInfo.newOrEmpty(dexFile, 0, this);
138 return DebugInfo.newOrEmpty(dexFile, 0, this);
140 return DebugInfo.newOrEmpty(dexFile, debugOffset, this);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp142 writeInitialLength(CU.Length, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
143 writeInteger((uint16_t)CU.Version, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
145 writeInteger((uint8_t)CU.Type, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
146 writeInteger((uint8_t)CU.AddrSize, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
147 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
149 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
150 writeInteger((uint8_t)CU.AddrSize, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
160 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
164 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
168 writeInteger(U, OS, DebugInfo.IsLittleEndian); in onValue()
[all …]
/external/llvm/test/DebugInfo/X86/
D2011-09-26-GlobalVarContext.ll25 !6 = !DIFile(filename: "test.c", directory: "/work/llvm/vanilla/test/DebugInfo")
36 !20 = !DIFile(filename: "test.c", directory: "/work/llvm/vanilla/test/DebugInfo")
42 ; CHECK: DW_AT_decl_file [DW_FORM_data1] ("/work/llvm/vanilla/test/DebugInfo{{[/\\]}}test.c")
50 ; CHECK: DW_AT_decl_file [DW_FORM_data1] ("/work/llvm/vanilla/test/DebugInfo{{[/\\]}}test.c")
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dmodule-bytes.test10 CHUNKS-NEXT: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
22 FILTERED-CHUNKS-NEXT: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
32 SPLIT-CHUNKS-NEXT: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
43 SYMS-NEXT: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
61 … 635C6C6C 766D5C74 6573745C 44656275 67496E66 6F5C5044 425C496E |:\src\llvm\test\DebugInfo\PDB\In|
75 FILTERED-SYMS-NEXT: Mod 0000 | `d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj`:
Dpdb-yaml-symbols.test27 YAML: - Module: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
28 YAML: ObjFile: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
35 YAML: ObjectName: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
102 YAML: - 'd:\src\llvm\test\DebugInfo\PDB\Inputs'
106 YAML: - 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.pdb'
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
D2011-09-26-GlobalVarContext.ll6 source_filename = "test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll"
31 !2 = !DIFile(filename: "test.c", directory: "/work/llvm/vanilla/test/DebugInfo")
51 ; CHECK: DW_AT_decl_file [DW_FORM_data1] ("/work/llvm/vanilla/test/DebugInfo{{[/\\]}}test.c")
59 ; CHECK: DW_AT_decl_file [DW_FORM_data1] ("/work/llvm/vanilla/test/DebugInfo{{[/\\]}}test.c")
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk340 llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp \
341 llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp \
342 llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp \
343 llvm/lib/DebugInfo/CodeView/CodeViewError.cpp \
344 llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp \
345 llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp \
346 llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp \
347 llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp \
348 llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp \
349 llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp \
[all …]
DBUILD.gn215 "llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp",
216 "llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp",
217 "llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp",
218 "llvm/lib/DebugInfo/CodeView/CodeViewError.cpp",
219 "llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp",
220 "llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp",
221 "llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp",
222 "llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp",
223 "llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp",
224 "llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp",
[all …]
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/
DDetailErrorSample.java27 import com.google.rpc.DebugInfo;
57 private static final Metadata.Key<DebugInfo> DEBUG_INFO_TRAILER_KEY =
58 ProtoUtils.keyForProto(DebugInfo.getDefaultInstance());
60 private static final DebugInfo DEBUG_INFO =
61 DebugInfo.newBuilder()
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp144 4, uint32_t(DebugInfo##E0) \
151 4, 5, uint32_t(DebugInfo##E0) \
227 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \
235 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8 \
243 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9 \
251 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9, 10 \
259 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9, 10, 11 \
352 uint32_t(DebugInfo##E0) \
359 uint32_t(DebugInfo##E0), L0 \
366 uint32_t(DebugInfo##E0), L0, L1 \
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp144 4, uint32_t(DebugInfo##E0) \
151 4, 5, uint32_t(DebugInfo##E0) \
227 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \
235 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8 \
243 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9 \
251 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9, 10 \
259 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum, 8, 9, 10, 11 \
352 uint32_t(DebugInfo##E0) \
359 uint32_t(DebugInfo##E0), L0 \
366 uint32_t(DebugInfo##E0), L0, L1 \
/external/llvm/lib/DebugInfo/DWARF/
DCMakeLists.txt22 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
23 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
/external/llvm/lib/DebugInfo/CodeView/
DLLVMBuild.txt1 ;===- ./lib/DebugInfo/CodeView/LLVMBuild.txt -------------------*- Conf -*--===;
21 parent = DebugInfo

12345678910