/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 263 DebugInfo info = GetDebugInfo(); in HasBreakInfo() 270 DebugInfo info = GetDebugInfo(); in BreakAtEntry() 277 DebugInfo info = GetDebugInfo(); in HasCoverageInfo() 284 return CoverageInfo::cast(GetDebugInfo().coverage_info()); in GetCoverageInfo() 752 DebugInfo debug_info = shared->GetDebugInfo(); in InstallDebugBytecode() 766 DebugInfo debug_info = shared.GetDebugInfo(); in UninstallDebugBytecode()
|
H A D | shared-function-info-inl.h | 571 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray() 572 return GetDebugInfo().OriginalBytecodeArray(); in GetBytecodeArray() 884 DebugInfo SharedFunctionInfo::GetDebugInfo() const { in GetDebugInfo() function in v8::internal::SharedFunctionInfo
|
H A D | shared-function-info.h | 421 inline DebugInfo GetDebugInfo() const;
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline.cc | 49 shared.GetDebugInfo().HasInstrumentedBytecodeArray()) { in CanCompileWithBaseline()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 504 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in Break() 677 Handle<DebugInfo> debug_info(function->shared().GetDebugInfo(), isolate_); in GetHitBreakpointsAtCurrentStatement() 733 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in SetBreakpoint() 975 wasm_script.wasm_native_module()->GetDebugInfo()->RemoveIsolate( in ClearAllBreakPoints() 992 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in FloodWithOneShot() 1210 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate_); in PrepareStep() 1243 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); in PrepareStep() 1302 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); in PrepareStep() 1348 Handle<DebugInfo> debug_info(shared->GetDebugInfo(), isolate); in GetSourceBreakLocations() 1602 if (!shared.GetDebugInfo() in InstallDebugBreakTrampoline() [all...] |
H A D | debug-frames.cc | 119 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
|
H A D | debug-wasm-objects.cc | 43 auto debug_info = instance->module_object().native_module()->GetDebugInfo(); in GetNameFromImportsAndExportsOrNull() 422 auto debug_info = frame->native_module()->GetDebugInfo(); in Create() 459 native_module->GetDebugInfo()->GetLocalName(function_index, index)); in GetName() 475 frame->wasm_instance().module_object().native_module()->GetDebugInfo(); in Create() 782 module->GetDebugInfo()->GetTypeName(type.ref_index())); in GetRefTypeName() 871 native_module->GetDebugInfo()->GetFieldName(struct_type_index, index)); in GetName()
|
H A D | debug-coverage.cc | 75 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in GetSortedBlockData() 387 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in ResetAllBlockCounts()
|
H A D | debug-scopes.cc | 236 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo(), isolate_);
|
H A D | liveedit.cc | 1056 Handle<DebugInfo> debug_info(sfi->GetDebugInfo(), isolate); in PatchScript()
|
H A D | debug-interface.cc | 880 info.GetDebugInfo().set_computed_debug_is_blackboxed(false); in ResetBlackboxedStateCache()
|
/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() 275 DebugInfo* debug_info = native_module->GetDebugInfo(); in GetWasmStackValue()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.h | 847 DebugInfo* GetDebugInfo();
|
H A D | wasm-engine.cc | 762 native_module->GetDebugInfo()->RemoveIsolate(isolate); in TierUpAllModulesPerIsolate() 1073 native_module->GetDebugInfo()->RemoveIsolate(isolate); in RemoveIsolate()
|
H A D | wasm-debug.cc | 976 native_module->GetDebugInfo()->SetBreakpoint(func_index, offset, isolate); in SetBreakPointForFunction() 1051 native_module->GetDebugInfo()->RemoveBreakpoint(func_index, position, in ClearBreakPoint()
|
H A D | wasm-code-manager.cc | 368 native_module_->GetDebugInfo()->GetDebugSideTableIfExists(this)) { in Print() 2458 DebugInfo* NativeModule::GetDebugInfo() { in GetDebugInfo() function in NativeModule
|
/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()
|
H A D | runtime-debug.cc | 119 DCHECK(function->shared().GetDebugInfo().BreakAtEntry()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | code-serializer.cc | 199 DebugInfo raw_debug_info = sfi.GetDebugInfo(); in SerializeObjectImpl()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 976 shared.HasBreakInfo() ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeUnoptimizedFrame()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 1966 shared_info->GetDebugInfo().HasInstrumentedBytecodeArray()) { in CollectSourcePositions()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1639 os << "\n - debug info: " << Brief(GetDebugInfo()); in SharedFunctionInfoPrint()
|