Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/baseline/
H A Dbaseline.cc48 if (shared.HasDebugInfo() && in CanCompileWithBaseline()
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.cc105 DCHECK(shared.HasDebugInfo()); in RedirectActiveFunctions()
H A 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()
H A Dliveedit.cc1055 if (sfi->HasDebugInfo()) { in PatchScript()
H A Ddebug-interface.cc879 if (info.HasDebugInfo()) { in ResetBlackboxedStateCache()
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h571 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray()
880 bool SharedFunctionInfo::HasDebugInfo() const { in HasDebugInfo() function in v8::internal::SharedFunctionInfo
891 DCHECK(!HasDebugInfo()); in SetDebugInfo()
H A Dshared-function-info.cc262 if (!HasDebugInfo()) return false; in HasBreakInfo()
269 if (!HasDebugInfo()) return false; in BreakAtEntry()
276 if (!HasDebugInfo()) return false; in HasCoverageInfo()
H A Dshared-function-info.h410 // - a DebugInfo which holds the actual script [HasDebugInfo()].
420 inline bool HasDebugInfo() const;
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc197 if (sfi.HasDebugInfo()) { in SerializeObjectImpl()
207 DCHECK(!sfi.HasDebugInfo()); in SerializeObjectImpl()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h844 bool HasDebugInfo() const;
H A Dwasm-engine.cc761 if (native_module->HasDebugInfo()) { in TierUpAllModulesPerIsolate()
1072 if (native_module->HasDebugInfo()) { in RemoveIsolate()
H A Dwasm-code-manager.cc366 if (native_module_->HasDebugInfo()) { in Print()
2453 bool NativeModule::HasDebugInfo() const { in HasDebugInfo() function in NativeModule
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp891 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
928 if (HasDebugInfo) { in doFinalization()
/third_party/node/deps/v8/src/runtime/
H A 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/
H A DVerifier.cpp283 bool HasDebugInfo = false; member in __anon24225::Verifier
2352 HasDebugInfo = (N != nullptr); in visitFunction()
2353 if (!HasDebugInfo) in visitFunction()
5020 if (!HasDebugInfo) in verifyFnArgs()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1965 if (shared_info->HasDebugInfo() && in CollectSourcePositions()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1638 if (HasDebugInfo()) { in SharedFunctionInfoPrint()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3389 DCHECK(!shared->HasDebugInfo()); in NewDebugInfo()

Completed in 53 milliseconds