/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 114 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info, in FromFrame() argument 116 if (debug_info->CanBreakAtEntry()) { in FromFrame() 122 BreakIterator it(debug_info); in FromFrame() 123 it.SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset)); in FromFrame() 128 Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations, in CheckBreakPointsForLocations() 131 debug_info->GetBreakPointCount(isolate_)); in CheckBreakPointsForLocations() 137 debug_info, &break_locations[i], &location_has_break_points); in CheckBreakPointsForLocations() 157 Handle<DebugInfo> debug_info, JavaScriptFrame* frame, in AllAtCurrentStatement() 159 DCHECK(!debug_info->CanBreakAtEntry()); in AllAtCurrentStatement() 166 BreakIterator it(debug_info); in AllAtCurrentStatement() 127 CheckBreakPointsForLocations( Handle<DebugInfo> debug_info, std::vector<BreakLocation>& break_locations, bool* has_break_points) CheckBreakPointsForLocations() argument 156 AllAtCurrentStatement( Handle<DebugInfo> debug_info, JavaScriptFrame* frame, std::vector<BreakLocation>* result_out) AllAtCurrentStatement() argument 188 BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code, int offset) BreakIndexFromCodeOffset() argument 241 BreakIterator(Handle<DebugInfo> debug_info) BreakIterator() argument 456 DebugInfoListNode(Isolate* isolate, DebugInfo debug_info) DebugInfoListNode() argument 607 IsBreakOnInstrumentation(Handle<DebugInfo> debug_info, const BreakLocation& location) IsBreakOnInstrumentation() argument 639 CheckBreakPoints(Handle<DebugInfo> debug_info, BreakLocation* location, bool* has_break_points) CheckBreakPoints() argument 785 FindBreakablePosition(Handle<DebugInfo> debug_info, int source_position) FindBreakablePosition() argument 798 ApplyBreakPoints(Handle<DebugInfo> debug_info) ApplyBreakPoints() argument 819 ClearBreakPoints(Handle<DebugInfo> debug_info) ClearBreakPoints() argument 848 Handle<DebugInfo> debug_info = node->debug_info(); ClearBreakPoint() local 864 Handle<DebugInfo> debug_info = GetOrCreateDebugInfo(shared); GetFunctionDebuggingId() local 1017 GetHitBreakPoints(Handle<DebugInfo> debug_info, int position, bool* has_break_points) GetHitBreakPoints() argument 1243 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); PrepareStep() local 1302 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); PrepareStep() local 1395 Handle<DebugInfo> debug_info = node->debug_info(); ClearOneShot() local 1531 Handle<DebugInfo> debug_info = GetOrCreateDebugInfo(shared); PrepareFunctionForDebugExecution() local 1635 FindBreakablePositions(Handle<DebugInfo> debug_info, int start_position, int end_position, std::vector<BreakLocation>* locations) FindBreakablePositions() argument 1949 Handle<DebugInfo> debug_info = GetOrCreateDebugInfo(shared); CreateBreakInfo() local 1987 Handle<DebugInfo> debug_info = GetOrCreateDebugInfo(shared); InstallCoverageInfo() local 2007 FindDebugInfo(Handle<DebugInfo> debug_info, DebugInfoListNode** prev, DebugInfoListNode** curr) FindDebugInfo() argument 2028 Handle<DebugInfo> debug_info = current->debug_info(); ClearAllDebugInfos() local 2040 RemoveBreakInfoAndMaybeFree(Handle<DebugInfo> debug_info) RemoveBreakInfoAndMaybeFree() argument 2641 Handle<DebugInfo> debug_info = current->debug_info(); UpdateDebugInfosForExecutionMode() local 2710 ApplySideEffectChecks(Handle<DebugInfo> debug_info) ApplySideEffectChecks() argument 2719 ClearSideEffectChecks(Handle<DebugInfo> debug_info) ClearSideEffectChecks() argument 2748 Handle<DebugInfo> debug_info = GetOrCreateDebugInfo(shared); PerformSideEffectCheck() local [all...] |
H A D | debug.h | 66 static BreakLocation FromFrame(Handle<DebugInfo> debug_info, 69 static void AllAtCurrentStatement(Handle<DebugInfo> debug_info, 81 bool HasBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info) const; 111 static int BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info, 130 explicit BreakIterator(Handle<DebugInfo> debug_info); 170 DebugInfoListNode(Isolate* isolate, DebugInfo debug_info); 175 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); } in debug_info() function in v8::internal::DebugInfoListNode 211 // debug_info which is a FixedArray. Each entry in this list is of class 267 MaybeHandle<FixedArray> GetHitBreakPoints(Handle<DebugInfo> debug_info, 349 void ApplySideEffectChecks(Handle<DebugInfo> debug_info); [all...] |
H A D | debug-wasm-objects.cc | 43 auto debug_info = instance->module_object().native_module()->GetDebugInfo(); in GetNameFromImportsAndExportsOrNull() local 47 auto import_name_ref = debug_info->GetImportName(kind, index); in GetNameFromImportsAndExportsOrNull() 61 auto export_name_ref = debug_info->GetExportName(kind, index); in GetNameFromImportsAndExportsOrNull() 422 auto debug_info = frame->native_module()->GetDebugInfo(); in Create() local 424 int count = debug_info->GetNumLocals(frame->pc()); in Create() 425 auto function = debug_info->GetFunctionAtAddress(frame->pc()); in Create() 432 debug_info->GetLocalValue(i, frame->pc(), frame->fp(), in Create() 474 auto debug_info = in Create() local 476 int count = debug_info->GetStackDepth(frame->pc()); in Create() 483 debug_info in Create() [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 335 PerfJitCodeDebugInfo debug_info; in LogWriteDebugInfo() 336 uint32_t size = sizeof(debug_info); in LogWriteDebugInfo() 364 debug_info.event_ = PerfJitCodeLoad::kDebugInfo; in LogWriteDebugInfo() 365 debug_info.time_stamp_ = GetTimestamp(); in LogWriteDebugInfo() 366 debug_info.address_ = code->InstructionStart(); in LogWriteDebugInfo() 367 debug_info.entry_count_ = entry_count; in LogWriteDebugInfo() 373 debug_info.size_ = size + padding; in LogWriteDebugInfo() 374 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info)); in LogWriteDebugInfo() 436 PerfJitCodeDebugInfo debug_info; in LogWriteDebugInfo() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | debug-objects.cc | 106 bool DebugInfo::ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in ClearBreakPoint() argument 108 DCHECK(debug_info->HasBreakInfo()); in ClearBreakPoint() 109 for (int i = 0; i < debug_info->break_points().length(); i++) { in ClearBreakPoint() 110 if (debug_info->break_points().get(i).IsUndefined(isolate)) continue; in ClearBreakPoint() 112 BreakPointInfo::cast(debug_info->break_points().get(i)), isolate); in ClearBreakPoint() 121 void DebugInfo::SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in SetBreakPoint() argument 124 DCHECK(debug_info->HasBreakInfo()); in SetBreakPoint() 126 debug_info->GetBreakPointInfo(isolate, source_position), isolate); in SetBreakPoint() 137 for (int i = 0; i < debug_info->break_points().length(); i++) { in SetBreakPoint() 138 if (debug_info in SetBreakPoint() 192 FindBreakPointInfo(Isolate* isolate, Handle<DebugInfo> debug_info, Handle<BreakPoint> break_point) FindBreakPointInfo() argument [all...] |
H A D | debug-objects.h | 77 static bool ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, 80 static void SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, 87 Handle<DebugInfo> debug_info, 167 int GetStatementPosition(Handle<DebugInfo> debug_info);
|
H A D | shared-function-info.cc | 752 DebugInfo debug_info = shared->GetDebugInfo(); in InstallDebugBytecode() local 753 debug_info.set_original_bytecode_array(*original_bytecode_array, in InstallDebugBytecode() 755 debug_info.set_debug_bytecode_array(*debug_bytecode_array, kReleaseStore); in InstallDebugBytecode() 766 DebugInfo debug_info = shared.GetDebugInfo(); in UninstallDebugBytecode() local 767 BytecodeArray original_bytecode_array = debug_info.OriginalBytecodeArray(); in UninstallDebugBytecode() 770 debug_info.set_original_bytecode_array( in UninstallDebugBytecode() 772 debug_info.set_debug_bytecode_array(ReadOnlyRoots(isolate).undefined_value(), in UninstallDebugBytecode()
|
H A D | shared-function-info-inl.h | 885 auto debug_info = script_or_debug_info(kAcquireLoad); in GetDebugInfo() local 886 DCHECK(debug_info.IsDebugInfo()); in GetDebugInfo() 887 return DebugInfo::cast(debug_info); in GetDebugInfo() 890 void SharedFunctionInfo::SetDebugInfo(DebugInfo debug_info) { in SetDebugInfo() argument 892 DCHECK_EQ(debug_info.script(), script_or_debug_info(kAcquireLoad)); in SetDebugInfo() 893 set_script_or_debug_info(debug_info, kReleaseStore); in SetDebugInfo()
|
H A D | objects-definitions.h | 145 V(_, DEBUG_INFO_TYPE, DebugInfo, debug_info) \
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 242 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmLocal() local 244 debug_info->GetNumLocals(frame_it.frame()->pc())) > index) { in GetWasmLocal() 245 wasm::WasmValue wasm_value = debug_info->GetLocalValue( in GetWasmLocal() 275 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmStackValue() local 277 debug_info->GetStackDepth(frame_it.frame()->pc())) > index) { in GetWasmStackValue() 278 WasmValue wasm_value = debug_info->GetStackValue( in GetWasmStackValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 256 const DWARFDataExtractor &debug_info, in extract() 266 Length = debug_info.getRelocatedValue(4, offset_ptr, nullptr, &Err); in extract() 269 Length = debug_info.getU64(offset_ptr, &Err); in extract() 272 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract() 274 UnitType = debug_info.getU8(offset_ptr, &Err); in extract() 275 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 276 AbbrOffset = debug_info.getRelocatedValue( in extract() 279 AbbrOffset = debug_info.getRelocatedValue( in extract() 281 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract() 301 TypeHash = debug_info in extract() 255 extract(DWARFContext &Context, const DWARFDataExtractor &debug_info, uint64_t *offset_ptr, DWARFSectionKind SectionKind, const DWARFUnitIndex *Index, const DWARFUnitIndex::Entry *Entry) extract() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 109 AssemblerDebugInfo debug_info = {msg, file, line}; in SetInitialDebugInformation() local 111 raw_assembler_->SetInitialDebugInformation(debug_info); in SetInitialDebugInformation() 556 void CodeAssembler::Bind(Label* label, AssemblerDebugInfo debug_info) { in Bind() argument 557 return label->Bind(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() argument 1386 debug_info_ = debug_info; in set_debug_info() 1422 AssemblerDebugInfo debug_info, in CodeAssemblerVariable() 1427 impl_->set_debug_info(debug_info); in CodeAssemblerVariable() 1432 AssemblerDebugInfo debug_info, in CodeAssemblerVariable() 1421 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep) CodeAssemblerVariable() argument 1431 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep, Node* initial_value) CodeAssemblerVariable() argument 1563 Bind(AssemblerDebugInfo debug_info) Bind() argument [all...] |
H A D | schedule.h | 64 void set_debug_info(AssemblerDebugInfo debug_info) { in set_debug_info() argument 65 debug_info_ = debug_info; in set_debug_info() 67 AssemblerDebugInfo debug_info() const { return debug_info_; } in debug_info() function in v8::internal::compiler::final
|
H A D | code-assembler.h | 673 void Bind(Label* label, AssemblerDebugInfo debug_info); 1417 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, 1419 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, 1452 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() argument 1454 : CodeAssemblerVariable(assembler, debug_info, in TypedCodeAssemblerVariable() 1456 TypedCodeAssemblerVariable(AssemblerDebugInfo debug_info, in TypedCodeAssemblerVariable() argument 1458 : CodeAssemblerVariable(assembler, debug_info, in TypedCodeAssemblerVariable() 1517 void Bind(AssemblerDebugInfo debug_info);
|
H A D | schedule.cc | 112 AssemblerDebugInfo info = block.debug_info(); in operator <<() 121 info = current_block->debug_info(); in operator <<()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 564 auto* debug_info = instance->module_object().native_module()->GetDebugInfo(); in RUNTIME_FUNCTION() local 603 if (debug_info->IsStepping(frame)) { in RUNTIME_FUNCTION() 604 debug_info->ClearStepping(isolate); in RUNTIME_FUNCTION() 617 debug_info->ClearStepping(isolate); in RUNTIME_FUNCTION() 636 debug_info->ClearStepping(frame); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 185 Handle<DebugInfo> debug_info; in SerializeObjectImpl() local 205 debug_info = handle(raw_debug_info, isolate()); in SerializeObjectImpl() 211 if (!debug_info.is_null()) { in SerializeObjectImpl() 214 sfi.set_script_or_debug_info(*debug_info, kReleaseStore); in SerializeObjectImpl() 216 sfi.SetActiveBytecodeArray(debug_info->DebugBytecodeArray()); in SerializeObjectImpl()
|
/third_party/python/Lib/test/ |
H A D | test_time.py | 856 debug_info = {'value': value, 'rounding': decimal_rnd} 861 self.fail("Error on timestamp conversion: %s" % debug_info) 864 debug_info) 872 debug_info = {'value': value, 'rounding': time_rnd} 873 with self.assertRaises(OverflowError, msg=debug_info):
|
/third_party/elfutils/tests/ |
H A D | testfile-macros-0xff.s | 25 .section .debug_info,"",@progbits
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 5818 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info)); in add_dso_info_to_debug_map() local 5819 if (debug_info == NULL) { in add_dso_info_to_debug_map() 5824 debug_info->loadmap = so->loadmap; in add_dso_info_to_debug_map() 5826 debug_info->base = so->base; in add_dso_info_to_debug_map() 5828 debug_info->name = so->name; in add_dso_info_to_debug_map() 5829 debug_info->dynv = so->dynv; in add_dso_info_to_debug_map() 5831 debug_info->prev = NULL; in add_dso_info_to_debug_map() 5832 debug_info->next = NULL; in add_dso_info_to_debug_map() 5833 debug.head = debug_tail = debug_info; in add_dso_info_to_debug_map() 5835 debug_info in add_dso_info_to_debug_map() 5846 struct dso_debug_info *debug_info = p->debug_info; remove_dso_info_from_debug_map() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 6209 struct dso_debug_info *debug_info = malloc(sizeof(struct dso_debug_info)); in add_dso_info_to_debug_map() local 6210 if (debug_info == NULL) { in add_dso_info_to_debug_map() 6215 debug_info->loadmap = so->loadmap; in add_dso_info_to_debug_map() 6217 debug_info->base = so->base; in add_dso_info_to_debug_map() 6219 debug_info->name = so->name; in add_dso_info_to_debug_map() 6220 debug_info->dynv = so->dynv; in add_dso_info_to_debug_map() 6222 debug_info->prev = NULL; in add_dso_info_to_debug_map() 6223 debug_info->next = NULL; in add_dso_info_to_debug_map() 6224 debug.head = debug_tail = debug_info; in add_dso_info_to_debug_map() 6226 debug_info in add_dso_info_to_debug_map() 6237 struct dso_debug_info *debug_info = p->debug_info; remove_dso_info_from_debug_map() local [all...] |
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 153 struct dso_debug_info *debug_info; member
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 167 struct dso_debug_info *debug_info; member
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3391 auto debug_info = in NewDebugInfo() local 3395 debug_info.set_flags(DebugInfo::kNone, kRelaxedStore); in NewDebugInfo() 3396 debug_info.set_shared(raw_shared); in NewDebugInfo() 3397 debug_info.set_debugger_hints(0); in NewDebugInfo() 3398 DCHECK_EQ(DebugInfo::kNoDebuggingId, debug_info.debugging_id()); in NewDebugInfo() 3399 debug_info.set_script(raw_shared.script_or_debug_info(kAcquireLoad)); in NewDebugInfo() 3401 debug_info.set_original_bytecode_array(undefined, kReleaseStore, in NewDebugInfo() 3403 debug_info.set_debug_bytecode_array(undefined, kReleaseStore, in NewDebugInfo() 3405 debug_info.set_break_points(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewDebugInfo() 3408 raw_shared.SetDebugInfo(debug_info); in NewDebugInfo() [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 1067 t._debug_info = namespace["debug_info"] 1195 for template_line, code_line in reversed(self.debug_info): 1208 def debug_info(self): member in Template
|