Searched refs:insn_list (Results 1 – 3 of 3) sorted by relevance
191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan() local192 if (insn_list == nullptr) { in GetStepThroughTrampolinePlan()202 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan()203 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan()
58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo() local59 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
6142 InstructionList *insn_list = nullptr; in AdvanceAddressToNextBranchInstruction() local6156 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()6158 if (insn_list == nullptr) { in AdvanceAddressToNextBranchInstruction()6163 insn_list->GetIndexOfInstructionAtAddress(default_stop_addr); in AdvanceAddressToNextBranchInstruction()6168 uint32_t branch_index = insn_list->GetIndexOfNextBranchInstruction( in AdvanceAddressToNextBranchInstruction()6176 insn_list->GetInstructionAtIndex(branch_index)->GetAddress(); in AdvanceAddressToNextBranchInstruction()