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.cc103 if (Bytecodes::IsDebugBreak(bytecode)) return os; in Decode()
Dbytecodes.h636 static bool IsDebugBreak(Bytecode bytecode);
/external/v8/src/debug/
Ddebug.h144 virtual bool IsDebugBreak() = 0;
176 bool IsDebugBreak() override;
209 bool IsDebugBreak() override;
Ddebug.cc268 bool CodeBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::CodeBreakIterator
352 if (interpreter::Bytecodes::IsDebugBreak(bytecode)) return; in SetDebugBreak()
368 bool BytecodeArrayBreakIterator::IsDebugBreak() { in IsDebugBreak() function in v8::internal::BytecodeArrayBreakIterator
375 return interpreter::Bytecodes::IsDebugBreak(bytecode); in IsDebugBreak()