D | bytecode_instruction_tests.cpp | 31 const uint8_t bytecode[] = {0x00, 0xa1, 0xff}; in TEST() local 32 BytecodeInstruction inst(bytecode); in TEST() 39 const uint8_t bytecode[] = {0x00, 0x2f, 0xff}; in TEST() local 40 BytecodeInstruction inst(bytecode); in TEST() 48 const uint8_t bytecode[] = {0x00, 0xf2, 0xff}; in TEST() local 49 BytecodeInstruction inst(bytecode); in TEST() 55 const uint8_t bytecode[] = {0x00, 0x21, 0xff}; in TEST() local 56 BytecodeInstruction inst(bytecode); in TEST() 63 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 64 BytecodeInstruction inst(bytecode); in TEST() [all …]
|