Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info-inl.h467 if (HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()) { in GetBytecodeArray()
481 DCHECK(HasDebugInfo() && GetDebugInfo().HasInstrumentedBytecodeArray()); in GetDebugBytecodeArray()
709 bool SharedFunctionInfo::HasDebugInfo() const { in HasDebugInfo() function
720 DCHECK(!HasDebugInfo()); in SetDebugInfo()
Dshared-function-info.cc211 if (!HasDebugInfo()) return false; in HasBreakInfo()
218 if (!HasDebugInfo()) return false; in BreakAtEntry()
225 if (!HasDebugInfo()) return false; in HasCoverageInfo()
Dshared-function-info.h390 inline bool HasDebugInfo() const;
/external/v8/src/debug/
Ddebug-frames.cc93 DCHECK(shared.HasDebugInfo()); in RedirectActiveFunctions()
Ddebug.cc1248 DCHECK(shared->HasDebugInfo()); in PrepareFunctionForDebugExecution()
1321 if (!shared.HasDebugInfo()) continue; in InstallDebugBreakTrampoline()
1619 if (shared->HasDebugInfo()) return handle(shared->GetDebugInfo(), isolate_); in GetOrCreateDebugInfo()
Dliveedit.cc1129 if (sfi->HasDebugInfo()) { in PatchScript()
/external/v8/src/snapshot/
Dcode-serializer.cc167 if (sfi->HasDebugInfo()) { in SerializeObjectImpl()
176 DCHECK(!sfi->HasDebugInfo()); in SerializeObjectImpl()
/external/v8/src/wasm/
Dwasm-engine.cc711 if (native_module->HasDebugInfo()) { in TierUpAllModulesPerIsolate()
979 if (native_module->HasDebugInfo()) { in RemoveIsolate()
Dwasm-code-manager.h665 bool HasDebugInfo() const;
Dwasm-code-manager.cc340 if (native_module_->HasDebugInfo()) { in Print()
2000 bool NativeModule::HasDebugInfo() const { in HasDebugInfo() function in v8::internal::wasm::NativeModule
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp900 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
938 if (HasDebugInfo) in doFinalization()
/external/v8/src/runtime/
Druntime-debug.cc119 DCHECK(function->shared().HasDebugInfo()); in RUNTIME_FUNCTION()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp282 bool HasDebugInfo = false; member in __anonf6fa241b0111::Verifier
2244 HasDebugInfo = (N != nullptr); in visitFunction()
2245 if (!HasDebugInfo) in visitFunction()
4612 if (!HasDebugInfo) in verifyFnArgs()
/external/v8/src/diagnostics/
Dobjects-printer.cc1335 if (HasDebugInfo()) { in SharedFunctionInfoPrint()
/external/v8/src/codegen/
Dcompiler.cc1731 if (shared_info->HasDebugInfo() && in CollectSourcePositions()
/external/v8/src/heap/
Dfactory.cc2870 DCHECK(!shared->HasDebugInfo()); in NewDebugInfo()
/external/v8/src/api/
Dapi.cc10084 if (info.HasDebugInfo()) { in ResetBlackboxedStateCache()