Searched refs:IsDebugBreak (Results 1 – 6 of 6) sorted by relevance
286 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 …]
53 if (debug->IsDebugBreak(Assembler::target_address_at(result))) { in address()
199 bool IsDebugBreak();
460 bool StackGuard::IsDebugBreak() { in IsDebugBreak() function in v8::internal::StackGuard854 !isolate->stack_guard()->IsDebugBreak(); in DebugBreakHelper()912 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) { in HandleStackGuardInterrupt()
103 bool IsDebugBreak();259 static bool IsDebugBreak(Address addr);
442 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address())); in CheckDebuggerUnloaded()6678 bool is_debug_break = isolate->stack_guard()->IsDebugBreak(); in BreakMessageHandler()