Searched refs:IsDebugBreak (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/ic/
H A Dic-inl.h30 if (debug->IsDebugBreak(
64 if (debug->IsDebugBreak(
/external/chromium_org/v8/src/
H A Ddebug.cc273 DCHECK(IsDebugBreak() || IsDebuggerStatement());
287 DCHECK(!IsDebugBreak());
298 DCHECK(IsDebugBreak());
313 DCHECK(IsDebugBreak());
319 DCHECK(!IsDebugBreak());
331 if (IsDebugBreak()) return;
343 DCHECK(IsDebugBreak());
361 DCHECK(!IsDebugBreak());
391 if (IsDebugBreak()) {
427 bool BreakLocationIterator::IsDebugBreak() { function in class:v8::internal::BreakLocationIterator
1541 bool Debug::IsDebugBreak(Address addr) { function in class:v8::internal::Debug
[all...]
H A Ddebug.h89 bool IsDebugBreak();
424 static bool IsDebugBreak(Address addr);
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc417 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address()));

Completed in 172 milliseconds