Searched refs:IsCallOrNew (Results 1 – 3 of 3) sorted by relevance
473 bool Bytecodes::IsCallOrNew(Bytecode bytecode) { in IsCallOrNew() function in v8::internal::interpreter::Bytecodes
589 static bool IsCallOrNew(Bytecode bytecode);
240 } else if (interpreter::Bytecodes::IsCallOrNew(bytecode)) { in GetDebugBreakType()