Home
last modified time | relevance | path

Searched refs:IsDebugBreak (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.cc89 DCHECK(!IsDebugBreak(bytecode)); in GetDebugBreak()
140 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak() function in v8::internal::interpreter::Bytecodes
Dbytecode-decoder.cc120 if (Bytecodes::IsDebugBreak(bytecode)) return os; in Decode()
Dbytecodes.h739 static bool IsDebugBreak(Bytecode bytecode);
/external/v8/src/debug/
Ddebug.h137 virtual bool IsDebugBreak() = 0;
167 bool IsDebugBreak() override;
199 bool IsDebugBreak() override;
Ddebug.cc252 bool CodeBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::CodeBreakIterator
328 if (interpreter::Bytecodes::IsDebugBreak(bytecode)) return; in SetDebugBreak()
344 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::BytecodeArrayBreakIterator
351 return interpreter::Bytecodes::IsDebugBreak(bytecode); in IsDebugBreak()