Home
last modified time | relevance | path

Searched refs:HasDebugInfo (Results 1 – 5 of 5) 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/test/cctest/
Dtest-debug.cc154 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { in HasDebugInfo() function
157 return Debug::HasDebugInfo(shared); in HasDebugInfo()
468 CHECK(Debug::HasDebugInfo(shared)); in CheckDebugBreakFunction()
486 CHECK(!debug->HasDebugInfo(shared)); in CheckDebugBreakFunction()
1074 CHECK(!HasDebugInfo(foo)); in TEST()
1075 CHECK(!HasDebugInfo(bar)); in TEST()
1079 CHECK(HasDebugInfo(foo)); in TEST()
1080 CHECK(!HasDebugInfo(bar)); in TEST()
1084 CHECK(HasDebugInfo(foo)); in TEST()
1085 CHECK(HasDebugInfo(bar)); in TEST()
[all …]
/external/v8/src/
Ddebug.h418 static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
Ddebug.cc1062 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { in HasDebugInfo() function in v8::internal::Debug
1070 DCHECK(HasDebugInfo(shared)); in GetDebugInfo()
1556 if (!HasDebugInfo(shared)) { in GetSourceBreakLocations()
2182 if (HasDebugInfo(shared)) { in EnsureDebugInfo()
/external/v8/src/ic/
Dic.cc212 DCHECK(Debug::HasDebugInfo(shared)); in GetOriginalCode()