Searched refs:first_instruction_map_ (Results 1 - 4 of 4) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
H A D | instruction_map.h | 70 return first_instruction_map_.Lookup(inst, size, mode); 154 } first_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
|
H A D | instruction_map.cc | 154 : 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 D | instruction_map.h | 70 return first_instruction_map_.Lookup(inst, size, mode); 154 } first_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
|
H A D | instruction_map.cc | 154 : 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 47 milliseconds