Searched refs:branch_address (Results 1 – 4 of 4) sorted by relevance
4797 Address branch_address = pc_immediate_load_address - Assembler::kInstrSize; in PatchAt() local4799 CodePatcher patcher(isolate, branch_address, 1); in PatchAt()4823 int branch_offset = pc - Instruction::kPCReadOffset - branch_address + in PatchAt()4866 Address branch_address = pc_immediate_load_address - Assembler::kInstrSize; in GetBackEdgeState() local4870 if (Assembler::IsBranch(Assembler::instr_at(branch_address))) { in GetBackEdgeState()4876 DCHECK(Assembler::IsNop(Assembler::instr_at(branch_address))); in GetBackEdgeState()
4788 Address branch_address = pc - 3 * kInstructionSize; in PatchAt() local4790 PatchingAssembler patcher(isolate, branch_address, 1); in PatchAt()4792 DCHECK(Instruction::Cast(branch_address) in PatchAt()4794 (Instruction::Cast(branch_address)->IsCondBranchImm() && in PatchAt()4795 Instruction::Cast(branch_address)->ImmPCOffset() == in PatchAt()
4766 Address branch_address = pc - 6 * kInstrSize; in PatchAt() local4768 CodePatcher patcher(isolate, branch_address, 1); in PatchAt()4809 Address branch_address = pc - 6 * kInstrSize; in GetBackEdgeState() local4813 if (!Assembler::IsAddImmediate(Assembler::instr_at(branch_address))) { in GetBackEdgeState()4821 DCHECK(Assembler::IsAddImmediate(Assembler::instr_at(branch_address))); in GetBackEdgeState()
4775 Address branch_address = pc - 8 * kInstrSize; in PatchAt() local4777 CodePatcher patcher(isolate, branch_address, 1); in PatchAt()4822 Address branch_address = pc - 8 * kInstrSize; in GetBackEdgeState() local4826 if (!Assembler::IsAddImmediate(Assembler::instr_at(branch_address))) { in GetBackEdgeState()4834 DCHECK(Assembler::IsAddImmediate(Assembler::instr_at(branch_address))); in GetBackEdgeState()