Home
last modified time | relevance | path

Searched defs:debug_info (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/debug/
Ddebug.cc114 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame()
128 Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations, in CheckBreakPointsForLocations()
157 Handle<DebugInfo> debug_info, JavaScriptFrame* frame, in AllAtCurrentStatement()
188 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, in BreakIndexFromCodeOffset()
241 BreakIterator::BreakIterator(Handle<DebugInfo> debug_info) in BreakIterator()
456 DebugInfoListNode::DebugInfoListNode(Isolate* isolate, DebugInfo debug_info) in DebugInfoListNode()
504 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break() local
607 bool Debug::IsBreakOnInstrumentation(Handle<DebugInfo> debug_info, in IsBreakOnInstrumentation()
639 MaybeHandle<FixedArray> Debug::CheckBreakPoints(Handle<DebugInfo> debug_info, in CheckBreakPoints()
677 Handle<DebugInfo> debug_info(function->shared().GetDebugInfo(), isolate_); in GetHitBreakpointsAtCurrentStatement() local
[all …]
Ddebug-wasm-objects.cc43 auto debug_info = instance->module_object().native_module()->GetDebugInfo(); in GetNameFromImportsAndExportsOrNull() local
422 auto debug_info = frame->native_module()->GetDebugInfo(); in Create() local
474 auto debug_info = in Create() local
Ddebug.h175 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); } in debug_info() function
Ddebug-scopes.cc236 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo(), isolate_); in TryParseAndRetrieveScopes() local
Dliveedit.cc1056 Handle<DebugInfo> debug_info(sfi->GetDebugInfo(), isolate); in PatchScript() local
/third_party/node/deps/v8/src/objects/
Ddebug-objects.cc106 bool DebugInfo::ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in ClearBreakPoint()
121 void DebugInfo::SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in SetBreakPoint()
193 Handle<DebugInfo> debug_info, in FindBreakPointInfo()
Dshared-function-info.cc752 DebugInfo debug_info = shared->GetDebugInfo(); in InstallDebugBytecode() local
766 DebugInfo debug_info = shared.GetDebugInfo(); in UninstallDebugBytecode() local
Dshared-function-info-inl.h885 auto debug_info = script_or_debug_info(kAcquireLoad); in GetDebugInfo() local
890 void SharedFunctionInfo::SetDebugInfo(DebugInfo debug_info) { in SetDebugInfo()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dtest-splitmuxpartreader.c26 gchar *debug_info; in handle_message() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc242 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmLocal() local
275 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmStackValue() local
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc109 AssemblerDebugInfo debug_info = {msg, file, line}; in SetInitialDebugInformation() local
556 void CodeAssembler::Bind(Label* label, AssemblerDebugInfo debug_info) { in Bind()
1384 AssemblerDebugInfo debug_info() const { return debug_info_; } in debug_info() function in v8::internal::compiler::CodeAssemblerVariable::Impl
1385 void set_debug_info(AssemblerDebugInfo debug_info) { in set_debug_info()
1422 AssemblerDebugInfo debug_info, in CodeAssemblerVariable()
1432 AssemblerDebugInfo debug_info, in CodeAssemblerVariable()
1563 void CodeAssemblerLabel::Bind(AssemblerDebugInfo debug_info) { in Bind()
Dcode-assembler.h1452 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable()
1456 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable()
Draw-machine-assembler.cc828 AssemblerDebugInfo debug_info) { in SetInitialDebugInformation()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc338 PerfJitCodeDebugInfo debug_info; in LogWriteDebugInfo() local
439 PerfJitCodeDebugInfo debug_info; in LogWriteDebugInfo() local
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc185 Handle<DebugInfo> debug_info; in SerializeObjectImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp256 const DWARFDataExtractor &debug_info, in extract()
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h153 struct dso_debug_info *debug_info; member
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc564 auto* debug_info = instance->module_object().native_module()->GetDebugInfo(); in RUNTIME_FUNCTION() local
/third_party/skia/third_party/externals/jinja2/
Denvironment.py1208 def debug_info(self): member in Template
/third_party/node/deps/v8/third_party/jinja2/
Denvironment.py1208 def debug_info(self): member in Template
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py1125 def debug_info(self): member in Template
/third_party/jinja2/
Denvironment.py1497 def debug_info(self) -> t.List[t.Tuple[int, int]]: member in Template
/third_party/python/Lib/multiprocessing/
Dmanagers.py337 def debug_info(self, c): member in Server
/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc101 TNode<DebugInfo> debug_info = CAST(maybe_debug_info); in TF_BUILTIN() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c5773 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info)); in add_dso_info_to_debug_map() local
5801 struct dso_debug_info *debug_info = p->debug_info; in remove_dso_info_from_debug_map() local

12