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
120 if (Bytecodes::IsDebugBreak(bytecode)) return os; in Decode()
739 static bool IsDebugBreak(Bytecode bytecode);
137 virtual bool IsDebugBreak() = 0;167 bool IsDebugBreak() override;199 bool IsDebugBreak() override;
252 bool CodeBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::CodeBreakIterator328 if (interpreter::Bytecodes::IsDebugBreak(bytecode)) return; in SetDebugBreak()344 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::BytecodeArrayBreakIterator351 return interpreter::Bytecodes::IsDebugBreak(bytecode); in IsDebugBreak()