Searched refs:IsDebugBreak (Results 1 – 6 of 6) sorted by relevance
293 ASSERT(IsDebugBreak() || IsDebuggerStatement()); in SetBreakPoint()307 ASSERT(!IsDebugBreak()); in ClearBreakPoint()320 ASSERT(IsDebugBreak()); in SetOneShot()337 ASSERT(IsDebugBreak()); in ClearOneShot()343 ASSERT(!IsDebugBreak()); in ClearOneShot()357 if (IsDebugBreak()) { in SetDebugBreak()371 ASSERT(IsDebugBreak()); in SetDebugBreak()391 ASSERT(!IsDebugBreak()); in ClearDebugBreak()410 if (IsDebugBreak()) { in PrepareStepIn()420 if (IsDebugBreak()) { in PrepareStepIn()[all …]
51 if (debug->IsDebugBreak(Assembler::target_address_at(result))) { in address()
352 bool StackGuard::IsDebugBreak() { in IsDebugBreak() function in v8::internal::StackGuard733 !isolate->stack_guard()->IsDebugBreak(); in DebugBreakHelper()775 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) { in HandleStackGuardInterrupt()
183 bool IsDebugBreak();
101 bool IsDebugBreak();252 static bool IsDebugBreak(Address addr);913 if (isolate_->stack_guard()->IsDebugBreak()) { in ~EnterDebugger()
444 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address())); in CheckDebuggerUnloaded()6664 bool is_debug_break = isolate->stack_guard()->IsDebugBreak(); in BreakMessageHandler()