Home | History | Annotate | Download | only in src

Lines Matching defs:instruction

194   // Decodes a single ADD instruction, updating parent_->decoded_target_.
197 // Decodes a single RUN instruction, updating parent_->decoded_target_.
200 // Decodes a single COPY instruction, updating parent_->decoded_target_.
234 // Executes a single COPY or ADD instruction, appending data to
238 // Executes a single RUN instruction, appending data to
245 // by the number of instruction/size bytes parsed.
1102 // Reduce expected instruction segment length by bytes parsed
1218 VCDiffInstructionType instruction =
1220 switch (instruction) {
1235 VCD_ERROR << VCDiffInstructionName(instruction)
1244 switch (instruction) {
1255 VCD_DFATAL << "Unexpected instruction type " << instruction