Home | History | Annotate | Download | only in src

Lines Matching defs:VCDiffInstructionMap

21 // VCDiffInstructionMap.  A VCDiffInstructionMap is constructed
24 // VCDiffInstructionMap be a static pointer that gets initialized only once.
40 class VCDiffInstructionMap {
42 // Create a VCDiffInstructionMap from the information in code_table_data.
49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
52 static VCDiffInstructionMap* GetDefaultInstructionMap();
199 static VCDiffInstructionMap* default_instruction_map;
202 VCDiffInstructionMap(const VCDiffInstructionMap&); // NOLINT
203 void operator=(const VCDiffInstructionMap&);