/third_party/node/deps/v8/src/baseline/ |
D | baseline.cc | 48 if (shared.HasDebugInfo() && in CanCompileWithBaseline()
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
|
/third_party/node/deps/v8/src/debug/ |
D | debug-frames.cc | 105 DCHECK(shared.HasDebugInfo()); in RedirectActiveFunctions()
|
D | debug.cc | 1530 DCHECK(shared->HasDebugInfo()); in PrepareFunctionForDebugExecution() 1601 if (!shared.HasDebugInfo()) continue; in InstallDebugBreakTrampoline() 1971 if (shared->HasDebugInfo()) return handle(shared->GetDebugInfo(), isolate_); in GetOrCreateDebugInfo()
|
D | liveedit.cc | 1055 if (sfi->HasDebugInfo()) { in PatchScript()
|
D | debug-interface.cc | 879 if (info.HasDebugInfo()) { in ResetBlackboxedStateCache()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.cc | 262 if (!HasDebugInfo()) return false; in HasBreakInfo() 269 if (!HasDebugInfo()) return false; in BreakAtEntry() 276 if (!HasDebugInfo()) return false; in HasCoverageInfo()
|
D | shared-function-info-inl.h | 571 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray() 880 bool SharedFunctionInfo::HasDebugInfo() const { in HasDebugInfo() function 891 DCHECK(!HasDebugInfo()); in SetDebugInfo()
|
D | shared-function-info.h | 420 inline bool HasDebugInfo() const;
|
/third_party/node/deps/v8/src/snapshot/ |
D | code-serializer.cc | 197 if (sfi.HasDebugInfo()) { in SerializeObjectImpl() 207 DCHECK(!sfi.HasDebugInfo()); in SerializeObjectImpl()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.cc | 761 if (native_module->HasDebugInfo()) { in TierUpAllModulesPerIsolate() 1072 if (native_module->HasDebugInfo()) { in RemoveIsolate()
|
D | wasm-code-manager.h | 844 bool HasDebugInfo() const;
|
D | wasm-code-manager.cc | 366 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/ |
D | NVPTXAsmPrinter.cpp | 891 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local 928 if (HasDebugInfo) { in doFinalization()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-debug.cc | 118 DCHECK(function->shared().HasDebugInfo()); in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 283 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/ |
D | objects-printer.cc | 1638 if (HasDebugInfo()) { in SharedFunctionInfoPrint()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 1965 if (shared_info->HasDebugInfo() && in CollectSourcePositions()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3389 DCHECK(!shared->HasDebugInfo()); in NewDebugInfo()
|