Lines Matching refs:IsDebugBreak
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()
455 bool BreakLocationIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::BreakLocationIterator
461 return Debug::IsDebugBreak(rinfo()->target_address()); in IsDebugBreak()
1338 if (it.IsDebugBreak()) { in PrepareStep()
1496 bool Debug::IsDebugBreak(Address addr) { in IsDebugBreak() function in v8::internal::Debug
1825 } else if (IsDebugBreak(Assembler::target_address_at(addr))) { in SetAfterBreakTarget()