Searched refs:first_instruction_map_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dinstruction_map.h70 return first_instruction_map_.Lookup(inst, size, mode);
154 } first_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
H A Dinstruction_map.cc154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
158 // First pass to fill up first_instruction_map_
164 first_instruction_map_.Add(code_table_data.inst1[opcode],
172 first_instruction_map_.Add(code_table_data.inst2[opcode],
/external/chromium_org/sdch/open-vcdiff/src/
H A Dinstruction_map.h70 return first_instruction_map_.Lookup(inst, size, mode);
154 } first_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
H A Dinstruction_map.cc154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
158 // First pass to fill up first_instruction_map_
164 first_instruction_map_.Add(code_table_data.inst1[opcode],
172 first_instruction_map_.Add(code_table_data.inst2[opcode],
/external/open-vcdiff/src/
H A Dinstruction_map.h70 return first_instruction_map_.Lookup(inst, size, mode);
154 } first_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
H A Dinstruction_map.cc154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
158 // First pass to fill up first_instruction_map_
164 first_instruction_map_.Add(code_table_data.inst1[opcode],
172 first_instruction_map_.Add(code_table_data.inst2[opcode],

Completed in 312 milliseconds