Searched refs:HasDebugInfo (Results 1 - 6 of 6) 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/v8/test/cctest/
H A Dtest-debug.cc189 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { function
192 return Debug::HasDebugInfo(shared);
499 CHECK(Debug::HasDebugInfo(shared));
517 CHECK(!debug->HasDebugInfo(shared));
1125 CHECK(!HasDebugInfo(foo));
1126 CHECK(!HasDebugInfo(bar));
1130 CHECK(HasDebugInfo(foo));
1131 CHECK(!HasDebugInfo(bar));
1135 CHECK(HasDebugInfo(foo));
1136 CHECK(HasDebugInfo(ba
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp692 bool HasDebugInfo = false; local
698 HasDebugInfo = true;
702 if (!HasDebugInfo) return false;
725 return HasDebugInfo;
/external/v8/src/
H A Ddebug.cc1127 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { function in class:v8::internal::Debug
1135 ASSERT(HasDebugInfo(shared));
1613 if (!HasDebugInfo(shared)) return Handle<Object>(heap->undefined_value());
2043 if (HasDebugInfo(shared)) {
H A Ddebug.h251 static bool HasDebugInfo(Handle<SharedFunctionInfo> shared);
H A Dic.cc155 ASSERT(Debug::HasDebugInfo(shared));

Completed in 98 milliseconds