Searched defs:instr3 (Results 1 – 4 of 4) sorted by relevance
3512 Instr instr3 = instr_at(pc + 2 * kInstrSize); in RelocateRelativeReference() local3708 Instr instr3 = instr_at(pc + 2 * kInstrSize); in target_address_at() local3765 Instr instr3 = instr_at(pc + 2 * kInstrSize); in set_target_value_at() local
3917 Instr instr3 = instr_at(pc + 3 * kInstrSize); in target_address_at() local3963 Instr instr3 = instr_at(pc + kInstrSize * 3); in set_target_value_at() local
3847 Instruction* instr3 = Instruction::At((unsigned char*)(pc + 3 * kInstrSize)); in target_address_at() local3892 Instruction* instr3 = Instruction::At((unsigned char*)(pc + 3 * kInstrSize)); in set_target_value_at() local
338 bool Assembler::Is64BitLoadIntoR12(Instr instr1, Instr instr2, Instr instr3, in Is64BitLoadIntoR12()