Searched refs:IsDebugBreak (Results 1 – 5 of 5) sorted by relevance
89 DCHECK(!IsDebugBreak(bytecode)); in GetDebugBreak()140 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() function in v8::internal::interpreter::Bytecodes
103 if (Bytecodes::IsDebugBreak(bytecode)) return os; in Decode()
636 static bool IsDebugBreak(Bytecode bytecode);
144 virtual bool IsDebugBreak() = 0;176 bool IsDebugBreak() override;209 bool IsDebugBreak() override;
268 bool CodeBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::CodeBreakIterator352 if (interpreter::Bytecodes::IsDebugBreak(bytecode)) return; in SetDebugBreak()368 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::BytecodeArrayBreakIterator375 return interpreter::Bytecodes::IsDebugBreak(bytecode); in IsDebugBreak()