Home
last modified time | relevance | path

Searched refs:GetDebugInfo (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc263 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 Dshared-function-info-inl.h571 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 Dshared-function-info.h421 inline DebugInfo GetDebugInfo() const;
/third_party/node/deps/v8/src/baseline/
H A Dbaseline.cc49 shared.GetDebugInfo().HasInstrumentedBytecodeArray()) { in CanCompileWithBaseline()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc504 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 Ddebug-frames.cc119 ? shared_.GetDebugInfo().DebugBytecodeArray() in VisitThread()
H A Ddebug-wasm-objects.cc43 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 Ddebug-coverage.cc75 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in GetSortedBlockData()
387 CoverageInfo::cast(shared.GetDebugInfo().coverage_info()); in ResetAllBlockCounts()
H A Ddebug-scopes.cc236 Handle<DebugInfo> debug_info(shared_info->GetDebugInfo(), isolate_);
H A Dliveedit.cc1056 Handle<DebugInfo> debug_info(sfi->GetDebugInfo(), isolate); in PatchScript()
H A Ddebug-interface.cc880 info.GetDebugInfo().set_computed_debug_is_blackboxed(false); in ResetBlackboxedStateCache()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc242 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 Dwasm-code-manager.h847 DebugInfo* GetDebugInfo();
H A Dwasm-engine.cc762 native_module->GetDebugInfo()->RemoveIsolate(isolate); in TierUpAllModulesPerIsolate()
1073 native_module->GetDebugInfo()->RemoveIsolate(isolate); in RemoveIsolate()
H A Dwasm-debug.cc976 native_module->GetDebugInfo()->SetBreakpoint(func_index, offset, isolate); in SetBreakPointForFunction()
1051 native_module->GetDebugInfo()->RemoveBreakpoint(func_index, position, in ClearBreakPoint()
H A Dwasm-code-manager.cc368 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 Druntime-wasm.cc564 auto* debug_info = instance->module_object().native_module()->GetDebugInfo(); in RUNTIME_FUNCTION()
H A Druntime-debug.cc119 DCHECK(function->shared().GetDebugInfo().BreakAtEntry()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc199 DebugInfo raw_debug_info = sfi.GetDebugInfo(); in SerializeObjectImpl()
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc976 shared.HasBreakInfo() ? shared.GetDebugInfo().DebugBytecodeArray() in DoComputeUnoptimizedFrame()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1966 shared_info->GetDebugInfo().HasInstrumentedBytecodeArray()) { in CollectSourcePositions()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1639 os << "\n - debug info: " << Brief(GetDebugInfo()); in SharedFunctionInfoPrint()

Completed in 67 milliseconds