Searched refs:GetDebugBreakType (Results 1 – 2 of 2) sorted by relevance
215 DebugBreakType CodeBreakIterator::GetDebugBreakType() { in GetDebugBreakType() function in v8::internal::CodeBreakIterator238 DebugBreakType debug_break_type = GetDebugBreakType(); in SetDebugBreak()248 DCHECK(GetDebugBreakType() >= DEBUG_BREAK_SLOT); in ClearDebugBreak()253 DCHECK(GetDebugBreakType() >= DEBUG_BREAK_SLOT); in IsDebugBreak()259 return BreakLocation(code, GetDebugBreakType(), code_offset(), position_); in GetBreakLocation()287 DebugBreakType type = GetDebugBreakType(); in Next()293 DebugBreakType BytecodeArrayBreakIterator::GetDebugBreakType() { in GetDebugBreakType() function in v8::internal::BytecodeArrayBreakIterator322 DebugBreakType debug_break_type = GetDebugBreakType(); in SetDebugBreak()336 DebugBreakType debug_break_type = GetDebugBreakType(); in ClearDebugBreak()345 DebugBreakType debug_break_type = GetDebugBreakType(); in IsDebugBreak()[all …]
180 DebugBreakType GetDebugBreakType();208 DebugBreakType GetDebugBreakType();