Searched refs:raw_operand (Results 1 – 1 of 1) sorted by relevance
220 const uint8_t* raw_operand = reinterpret_cast<const uint8_t*>(&operand); in EmitBytecode() local221 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()222 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()226 const uint8_t* raw_operand = in EmitBytecode() local228 bytecodes()->push_back(raw_operand[0]); in EmitBytecode()229 bytecodes()->push_back(raw_operand[1]); in EmitBytecode()230 bytecodes()->push_back(raw_operand[2]); in EmitBytecode()231 bytecodes()->push_back(raw_operand[3]); in EmitBytecode()