Searched refs:next_instr (Results 1 – 1 of 1) sorted by relevance
313 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize); in IsPatchedReturnSequence() local318 && ((next_instr & kBlxRegMask) == kBlxRegPattern); in IsPatchedReturnSequence()452 Instruction* next_instr = Instruction::At(pc + kInstrSize); in target_address_at() local454 (next_instr->ImmedMovwMovtValue() << 16) | in target_address_at()