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

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs253 public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } property in class:DotZLib.Info
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc154 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { function
157 return Debug::HasDebugInfo(shared);
468 CHECK(Debug::HasDebugInfo(shared));
486 CHECK(!debug->HasDebugInfo(shared));
1074 CHECK(!HasDebugInfo(foo));
1075 CHECK(!HasDebugInfo(bar));
1079 CHECK(HasDebugInfo(foo));
1080 CHECK(!HasDebugInfo(bar));
1084 CHECK(HasDebugInfo(foo));
1085 CHECK(HasDebugInfo(ba
[all...]
/external/chromium_org/v8/src/
H A Ddebug.h418 static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
H A Ddebug.cc1062 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
1070 DCHECK(HasDebugInfo(shared));
1556 if (!HasDebugInfo(shared)) {
2182 if (HasDebugInfo(shared)) {
/external/chromium_org/v8/src/ic/
H A Dic.cc212 DCHECK(Debug::HasDebugInfo(shared));

Completed in 539 milliseconds