Searched refs:instruction_decoder_ (Results 1 – 2 of 2) 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
341 decoder.getInstrDecodeAttachPt()->replace_first(&instruction_decoder_); in PacketToElement()359 callback->ProcessElement(index_sop, trc_chan_id, elem, instruction_decoder_.instr_info); in TraceElemIn()371 InstructionDecoder instruction_decoder_; member in simpleperf::__anon69d84bf80110::PacketToElement834 ocsd_err_t err = instruction_decoder_.DecodeInstruction(&instr_info_); in FindNextBranch()864 InstructionDecoder instruction_decoder_; member in simpleperf::BranchDecoder