Lines Matching defs:bytecode
98 const char* Bytecodes::ToString(Bytecode bytecode) { in ToString()
110 std::string Bytecodes::ToString(Bytecode bytecode, OperandScale operand_scale) { in ToString()
124 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
157 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
174 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
214 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
306 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
326 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
332 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()