Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.cc293 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 …]
Dic-inl.h51 if (debug->IsDebugBreak(Assembler::target_address_at(result))) { in address()
Dexecution.cc352 bool StackGuard::IsDebugBreak() { in IsDebugBreak() function in v8::internal::StackGuard
733 !isolate->stack_guard()->IsDebugBreak(); in DebugBreakHelper()
775 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) { in HandleStackGuardInterrupt()
Dexecution.h183 bool IsDebugBreak();
Ddebug.h101 bool IsDebugBreak();
252 static bool IsDebugBreak(Address addr);
913 if (isolate_->stack_guard()->IsDebugBreak()) { in ~EnterDebugger()
/external/v8/test/cctest/
Dtest-debug.cc444 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address())); in CheckDebuggerUnloaded()
6664 bool is_debug_break = isolate->stack_guard()->IsDebugBreak(); in BreakMessageHandler()