Home
last modified time | relevance | path

Searched refs:HasDebugInfo (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbaseline.cc48 if (shared.HasDebugInfo() && in CanCompileWithBaseline()
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc105 DCHECK(shared.HasDebugInfo()); in RedirectActiveFunctions()
Ddebug.cc1530 DCHECK(shared->HasDebugInfo()); in PrepareFunctionForDebugExecution()
1601 if (!shared.HasDebugInfo()) continue; in InstallDebugBreakTrampoline()
1971 if (shared->HasDebugInfo()) return handle(shared->GetDebugInfo(), isolate_); in GetOrCreateDebugInfo()
Dliveedit.cc1055 if (sfi->HasDebugInfo()) { in PatchScript()
Ddebug-interface.cc879 if (info.HasDebugInfo()) { in ResetBlackboxedStateCache()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc262 if (!HasDebugInfo()) return false; in HasBreakInfo()
269 if (!HasDebugInfo()) return false; in BreakAtEntry()
276 if (!HasDebugInfo()) return false; in HasCoverageInfo()
Dshared-function-info-inl.h571 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray()
880 bool SharedFunctionInfo::HasDebugInfo() const { in HasDebugInfo() function
891 DCHECK(!HasDebugInfo()); in SetDebugInfo()
Dshared-function-info.h420 inline bool HasDebugInfo() const;
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc197 if (sfi.HasDebugInfo()) { in SerializeObjectImpl()
207 DCHECK(!sfi.HasDebugInfo()); in SerializeObjectImpl()
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc761 if (native_module->HasDebugInfo()) { in TierUpAllModulesPerIsolate()
1072 if (native_module->HasDebugInfo()) { in RemoveIsolate()
Dwasm-code-manager.h844 bool HasDebugInfo() const;
Dwasm-code-manager.cc366 if (native_module_->HasDebugInfo()) { in Print()
2453 bool NativeModule::HasDebugInfo() const { in HasDebugInfo() function in v8::internal::wasm::NativeModule
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp891 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
928 if (HasDebugInfo) { in doFinalization()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc118 DCHECK(function->shared().HasDebugInfo()); in RUNTIME_FUNCTION()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp283 bool HasDebugInfo = false; member in __anone376a0a10111::Verifier
2352 HasDebugInfo = (N != nullptr); in visitFunction()
2353 if (!HasDebugInfo) in visitFunction()
5020 if (!HasDebugInfo) in verifyFnArgs()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1638 if (HasDebugInfo()) { in SharedFunctionInfoPrint()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1965 if (shared_info->HasDebugInfo() && in CollectSourcePositions()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3389 DCHECK(!shared->HasDebugInfo()); in NewDebugInfo()