Home
last modified time | relevance | path

Searched refs:SecondInstructionMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dinstruction_map.h158 class SecondInstructionMap {
160 SecondInstructionMap(int num_insts_and_modes, int max_size_2);
161 ~SecondInstructionMap();
195 SecondInstructionMap(const SecondInstructionMap&); // NOLINT
196 void operator=(const SecondInstructionMap&);
Dinstruction_map.cc80 VCDiffInstructionMap::SecondInstructionMap::SecondInstructionMap( in SecondInstructionMap() function in open_vcdiff::VCDiffInstructionMap::SecondInstructionMap
89 VCDiffInstructionMap::SecondInstructionMap::~SecondInstructionMap() { in ~SecondInstructionMap()
103 void VCDiffInstructionMap::SecondInstructionMap::Add( in Add()
127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup( in Lookup()