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

  /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/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 100 if (instruction_map_.count(name) == 0)
102 const Instruction& instruction(instruction_map_.at(name));
191 instruction_map_[instruction.name] = instruction;
194 std::map<std::string, Instruction> instruction_map_; member in class:__anon10552::InstructionSet

Completed in 1098 milliseconds