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

/external/v8/src/
H A Dic-inl.h53 if (debug->IsDebugBreak(Assembler::target_address_at(result))) {
H A Ddebug.cc286 ASSERT(IsDebugBreak() || IsDebuggerStatement());
300 ASSERT(!IsDebugBreak());
313 ASSERT(IsDebugBreak());
330 ASSERT(IsDebugBreak());
336 ASSERT(!IsDebugBreak());
350 if (IsDebugBreak()) {
364 ASSERT(IsDebugBreak());
384 ASSERT(!IsDebugBreak());
403 if (IsDebugBreak()) {
413 if (IsDebugBreak()) {
449 bool BreakLocationIterator::IsDebugBreak() { function in class:v8::internal::BreakLocationIterator
1536 bool Debug::IsDebugBreak(Address addr) { function in class:v8::internal::Debug
[all...]
H A Dexecution.h199 bool IsDebugBreak();
H A Dexecution.cc460 bool StackGuard::IsDebugBreak() { function in class:v8::internal::StackGuard
854 !isolate->stack_guard()->IsDebugBreak();
912 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) {
H A Ddebug.h103 bool IsDebugBreak();
259 static bool IsDebugBreak(Address addr);
/external/v8/test/cctest/
H A Dtest-debug.cc442 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address()));
6678 bool is_debug_break = isolate->stack_guard()->IsDebugBreak();

Completed in 219 milliseconds