/external/chromium/sdch/open-vcdiff/src/ |
encodetable.cc | 45 instruction_map_(NULL), 64 instruction_map_(NULL), 73 delete instruction_map_; 89 if (!instruction_map_) { 91 instruction_map_ = VCDiffInstructionMap::GetDefaultInstructionMap(); 93 instruction_map_ = new VCDiffInstructionMap(*code_table_data_, max_mode_); 95 if (!instruction_map_) { 143 if (!instruction_map_) { 162 instruction_map_->LookupSecondOpcode(last_opcode, 174 compound_opcode = instruction_map_->LookupSecondOpcode(last_opcode [all...] |
encodetable.h | 200 const VCDiffInstructionMap* instruction_map_; member in class:open_vcdiff::VCDiffCodeTableWriter
|
/external/chromium_org/sdch/open-vcdiff/src/ |
encodetable.cc | 62 instruction_map_(NULL), 80 instruction_map_(NULL), 89 delete instruction_map_; 105 if (!instruction_map_) { 107 instruction_map_ = VCDiffInstructionMap::GetDefaultInstructionMap(); 109 instruction_map_ = new VCDiffInstructionMap(*code_table_data_, max_mode_); 111 if (!instruction_map_) { 175 if (!instruction_map_) { 194 instruction_map_->LookupSecondOpcode(last_opcode, 206 compound_opcode = instruction_map_->LookupSecondOpcode(last_opcode [all...] |
encodetable.h | 201 const VCDiffInstructionMap* instruction_map_; member in class:open_vcdiff::VCDiffCodeTableWriter
|
/external/open-vcdiff/src/ |
encodetable.cc | 62 instruction_map_(NULL), 80 instruction_map_(NULL), 89 delete instruction_map_; 105 if (!instruction_map_) { 107 instruction_map_ = VCDiffInstructionMap::GetDefaultInstructionMap(); 109 instruction_map_ = new VCDiffInstructionMap(*code_table_data_, max_mode_); 111 if (!instruction_map_) { 175 if (!instruction_map_) { 194 instruction_map_->LookupSecondOpcode(last_opcode, 206 compound_opcode = instruction_map_->LookupSecondOpcode(last_opcode [all...] |
encodetable.h | 201 const VCDiffInstructionMap* instruction_map_; member in class:open_vcdiff::VCDiffCodeTableWriter
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 99 if (instruction_map_.count(name) == 0) 101 const Instruction& instruction(instruction_map_.at(name)); 190 instruction_map_[instruction.name] = instruction; 193 std::map<std::string, Instruction> instruction_map_; member in class:__anon7059::InstructionSet
|