Lines Matching refs:GetNextInstruction
96 if (inst == VCD_NOOP) return; // GetNextInstruction skips NOOPs
99 unsigned char found_inst = reader_.GetNextInstruction(&found_size,
159 // The size and mode returned by GetNextInstruction().
173 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
183 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
193 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
203 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
208 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
217 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
223 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
233 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
240 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
250 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
258 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
267 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
274 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
279 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
288 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
296 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
301 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
311 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
321 unsigned char found_inst = reader_.GetNextInstruction(&found_size_,
327 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
331 found_inst = reader_.GetNextInstruction(&found_size_, &found_mode_);
346 reader_.GetNextInstruction(&found_size_, &found_mode_));
351 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
354 EXPECT_EQ(VCD_COPY, reader_.GetNextInstruction(&found_size_, &found_mode_));
358 reader_.GetNextInstruction(&found_size_, &found_mode_));
365 reader_.GetNextInstruction(&found_size_, &found_mode_));
370 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
374 reader_.GetNextInstruction(&found_size_, &found_mode_));
379 EXPECT_EQ(VCD_COPY, reader_.GetNextInstruction(&found_size_, &found_mode_));
382 EXPECT_EQ(VCD_ADD, reader_.GetNextInstruction(&found_size_, &found_mode_));
386 reader_.GetNextInstruction(&found_size_, &found_mode_));