Home | History | Annotate | Download | only in src

Lines Matching refs:instruction_map_

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,
189 instruction_map_->LookupFirstOpcode(inst,
199 opcode = instruction_map_->LookupFirstOpcode(inst, 0, mode);
217 if (!instruction_map_) {