Searched refs:instruction_decoder_ (Results 1 – 1 of 1) sorted by relevance
118 stats.instruction_decoder_.reset(InstructionDecoder::NewInstance(format)); in Initialize()121 stats.instruction_decoder_->GetMaximumOpcode()); in Initialize()140 const char* opcode_name = instruction_decoder_->GetName(i); in Log()157 size_t actual_location = instruction_decoder_->LocationToOffset(static_cast<size_t>(location)); in OnSingleStep()196 std::unique_ptr<InstructionDecoder> instruction_decoder_; member