Home | History | Annotate | Download | only in src

Lines Matching refs:g_exercise_code_table_

43                         *g_exercise_code_table_, kLastExerciseMode),
56 g_exercise_code_table_->inst1[opcode] = inst1;
57 g_exercise_code_table_->mode1[opcode] = mode1;
58 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
59 g_exercise_code_table_->inst2[opcode] = inst2;
60 g_exercise_code_table_->mode2[opcode] = mode2;
61 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
65 g_exercise_code_table_ = new VCDiffCodeTableData;
95 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
99 delete g_exercise_code_table_;
129 static VCDiffCodeTableData* g_exercise_code_table_;
137 // The code table writer corresponding to g_exercise_code_table_
147 VCDiffCodeTableData* CodeTableWriterTest::g_exercise_code_table_;