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