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()
123 Bytecode Bytecodes::GetDebugBreak(Bytecode bytecode) { in GetDebugBreak()
142 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset()
156 Bytecode Bytecodes::GetJumpWithoutToBoolean(Bytecode bytecode) { in GetJumpWithoutToBoolean()
173 bool Bytecodes::IsDebugBreak(Bytecode bytecode) { in IsDebugBreak()
213 bool Bytecodes::MakesCallAlongCriticalPath(Bytecode bytecode) { in MakesCallAlongCriticalPath()
264 bool Bytecodes::IsStarLookahead(Bytecode bytecode, OperandScale operand_scale) { in IsStarLookahead()
307 bool Bytecodes::IsBytecodeWithScalableOperands(Bytecode bytecode) { in IsBytecodeWithScalableOperands()
327 bool Bytecodes::BytecodeHasHandler(Bytecode bytecode, in BytecodeHasHandler()
333 std::ostream& operator<<(std::ostream& os, const Bytecode& bytecode) { in operator <<()