Searched refs:IsDebugBreak (Results 1 – 4 of 4) sorted by relevance
131 DCHECK(!IsDebugBreak(bytecode)); in GetDebugBreak()180 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() function in v8::internal::interpreter::Bytecodes
126 if (Bytecodes::IsDebugBreak(bytecode)) return os; in Decode()
50 if (interpreter::Bytecodes::IsDebugBreak(bytecode)) return; in ApplyDebugBreak()
930 static bool IsDebugBreak(Bytecode bytecode);