Searched refs:second_insn (Results 1 – 1 of 1) sorted by relevance
213 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan() local216 if (first_insn == nullptr || second_insn == nullptr || in GetStepThroughTrampolinePlan()218 strcmp(second_insn->GetMnemonic(&exe_ctx), "nop") != 0) { in GetStepThroughTrampolinePlan()222 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()