Searched refs:BreakAtEntry (Results 1 – 11 of 11) sorted by relevance
73 bool FunctionTemplateInfo::BreakAtEntry() { in BreakAtEntry() function77 return shared->BreakAtEntry(); in BreakAtEntry()
174 inline bool BreakAtEntry();
85 bool BreakAtEntry() const;
366 bool BreakAtEntry() const;
53 bool DebugInfo::BreakAtEntry() const { return (flags() & kBreakAtEntry) != 0; } in BreakAtEntry() function in v8::internal::DebugInfo
189 if (info->BreakAtEntry()) { in InvokeApiFunction()
83 !function->shared()->BreakAtEntry()) { in Invoke()
13973 bool SharedFunctionInfo::BreakAtEntry() const { in BreakAtEntry() function in v8::internal::SharedFunctionInfo13976 bool break_at_entry = info->BreakAtEntry(); in BreakAtEntry()
170 return debug_info->BreakAtEntry(); in HasBreakPoint()450 DCHECK(debug_info->BreakAtEntry()); in Break()811 bool is_break_at_entry = debug_info->BreakAtEntry(); in GetHitBreakPoints()
106 DCHECK(function->shared()->GetDebugInfo()->BreakAtEntry()); in RUNTIME_FUNCTION()
832 FunctionTemplateInfo::cast(*getter)->BreakAtEntry()) { in ComputeHandler()1562 FunctionTemplateInfo::cast(*setter)->BreakAtEntry()) { in ComputeHandler()