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

  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst + mode][size];
117 return first_opcodes_[inst_mode][size];
137 // There are two levels to first_opcodes_:
148 OpcodeOrNone** first_opcodes_; member in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
instruction_map.cc 65 first_opcodes_ = new OpcodeOrNone*[num_instruction_type_modes_];
67 // There must be at least (max_size_1_ + 1) elements in first_opcodes_
69 first_opcodes_[i] = NewSizeOpcodeArray(max_size_1_ + 1);
75 delete[] first_opcodes_[i];
77 delete[] first_opcodes_;
  /external/open-vcdiff/src/
instruction_map.h 101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst + mode][size];
117 return first_opcodes_[inst_mode][size];
137 // There are two levels to first_opcodes_:
148 OpcodeOrNone** first_opcodes_; member in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
instruction_map.cc 65 first_opcodes_ = new OpcodeOrNone*[num_instruction_type_modes_];
67 // There must be at least (max_size_1_ + 1) elements in first_opcodes_
69 first_opcodes_[i] = NewSizeOpcodeArray(max_size_1_ + 1);
75 delete[] first_opcodes_[i];
77 delete[] first_opcodes_;

Completed in 78 milliseconds