Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in DotZLib.Info
/external/v8/src/
Dcompiler.cc376 if (info()->shared_info()->HasDebugInfo()) { in CreateGraph()
1711 if (shared->HasDebugInfo()) return MaybeHandle<Code>(); in GetOptimizedCode()
1790 DCHECK(!shared->HasDebugInfo()); in GetConcurrentlyOptimizedCode()
Dobjects-inl.h5917 bool SharedFunctionInfo::HasDebugInfo() { in HasDebugInfo() function
5925 DCHECK(HasDebugInfo()); in GetDebugInfo()
Dobjects.h6629 inline bool HasDebugInfo();
Dobjects.cc12309 if (shared()->HasDebugInfo()) return; in MarkForOptimization()
12313 DCHECK(!shared()->HasDebugInfo()); in MarkForOptimization()
/external/v8/src/compiler/
Djs-inlining.cc326 if (function->shared()->HasDebugInfo()) { in ReduceJSCall()
/external/v8/test/cctest/
Dtest-debug.cc153 static bool HasDebugInfo(v8::Local<v8::Function> fun) { in HasDebugInfo() function
157 return shared->HasDebugInfo(); in HasDebugInfo()
918 CHECK(!HasDebugInfo(foo)); in TEST()
919 CHECK(!HasDebugInfo(bar)); in TEST()
924 CHECK(HasDebugInfo(foo)); in TEST()
925 CHECK(!HasDebugInfo(bar)); in TEST()
929 CHECK(HasDebugInfo(foo)); in TEST()
930 CHECK(HasDebugInfo(bar)); in TEST()
934 CHECK(!HasDebugInfo(foo)); in TEST()
935 CHECK(HasDebugInfo(bar)); in TEST()
[all …]
/external/v8/src/debug/
Ddebug.cc911 if (!shared->HasDebugInfo()) { in GetSourceBreakLocations()
1321 if (shared->HasDebugInfo()) return true; in EnsureDebugInfo()
1396 if (!shared->HasDebugInfo()) return false; in IsBreakAtReturn()
Ddebug-scopes.cc52 if (!ignore_nested_scopes && shared_info->HasDebugInfo()) { in ScopeIterator()
/external/v8/src/ic/
Dic.cc1192 if (GetSharedFunctionInfo()->HasDebugInfo()) break; in CompileHandler()
/external/v8/src/crankshaft/
Dhydrogen.cc8348 if (target_shared->HasDebugInfo()) { in TryInline()