HomeSort by relevance Sort by last modified time
    Searched refs:SecondInstructionMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h 158 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&);
instruction_map.cc 80 VCDiffInstructionMap::SecondInstructionMap::SecondInstructionMap(
89 VCDiffInstructionMap::SecondInstructionMap::~SecondInstructionMap() {
103 void VCDiffInstructionMap::SecondInstructionMap::Add(
127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup(

Completed in 4483 milliseconds