Searched refs:BytecodeHasHandler (Results 1 – 5 of 5) sorted by relevance
21 if (Bytecodes::BytecodeHasHandler(bytecode, operand_scale)) { in WriteBytecode()
271 DCHECK(interpreter::Bytecodes::BytecodeHasHandler(bytecode, operand_scale)); in GenerateBytecodeHandler()
327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler() function in v8::internal::interpreter::Bytecodes
334 if (Bytecodes::BytecodeHasHandler(bytecode, operand_scale)) { in Initialize()
901 static bool BytecodeHasHandler(Bytecode bytecode, OperandScale operand_scale);