Searched refs:special_opcode (Results 1 – 1 of 1) sorted by relevance
1513 intptr_t special_opcode = (line_diff - line_base) + in WriteBodyInternal() local1521 if ((special_opcode >= opcode_base) && (special_opcode <= 255) && in WriteBodyInternal()1523 w->Write<uint8_t>(special_opcode); in WriteBodyInternal()