Searched refs:kBreakpoints (Results 1 – 5 of 5) sorted by relevance
42 kBreakpoints = 0, enumerator
27 : kBreakpoints; in DebugExecutionMode()
60 if (isolate->debug_execution_mode() == DebugInfo::kBreakpoints) { in RUNTIME_FUNCTION_RETURN_PAIR()697 DCHECK_EQ(isolate->debug_execution_mode(), DebugInfo::kBreakpoints); in RUNTIME_FUNCTION()
816 debug_info->SetDebugExecutionMode(DebugInfo::kBreakpoints); in ApplyBreakPoints()2645 if (isolate_->debug_execution_mode() == DebugInfo::kBreakpoints) { in UpdateDebugInfosForExecutionMode()2696 isolate_->set_debug_execution_mode(DebugInfo::kBreakpoints); in StopSideEffectCheckMode()
501 V(DebugInfo::ExecutionMode, debug_execution_mode, DebugInfo::kBreakpoints) \