Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.cc286 ASSERT(IsDebugBreak() || IsDebuggerStatement()); in SetBreakPoint()
300 ASSERT(!IsDebugBreak()); in ClearBreakPoint()
313 ASSERT(IsDebugBreak()); in SetOneShot()
330 ASSERT(IsDebugBreak()); in ClearOneShot()
336 ASSERT(!IsDebugBreak()); in ClearOneShot()
350 if (IsDebugBreak()) { in SetDebugBreak()
364 ASSERT(IsDebugBreak()); in SetDebugBreak()
384 ASSERT(!IsDebugBreak()); in ClearDebugBreak()
403 if (IsDebugBreak()) { in PrepareStepIn()
413 if (IsDebugBreak()) { in PrepareStepIn()
[all …]
Dic-inl.h53 if (debug->IsDebugBreak(Assembler::target_address_at(result))) { in address()
Dexecution.h199 bool IsDebugBreak();
Dexecution.cc460 bool StackGuard::IsDebugBreak() { in IsDebugBreak() function in v8::internal::StackGuard
854 !isolate->stack_guard()->IsDebugBreak(); in DebugBreakHelper()
912 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) { in HandleStackGuardInterrupt()
Ddebug.h103 bool IsDebugBreak();
259 static bool IsDebugBreak(Address addr);
/external/v8/test/cctest/
Dtest-debug.cc442 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address())); in CheckDebuggerUnloaded()
6678 bool is_debug_break = isolate->stack_guard()->IsDebugBreak(); in BreakMessageHandler()