Searched defs:branch_offset (Results 1 – 11 of 11) sorted by relevance
440 int branch_offset(Label* L) { in branch_offset() function
745 void Assembler::bc(int branch_offset, BOfield bo, int condition_bit, LKBit lk) { in bc()752 void Assembler::b(int branch_offset, LKBit lk) { in b()
442 inline int32_t branch_offset(Label* L) { in branch_offset() function
898 int branch_offset = BranchOffset(instr); in bind_to() local
438 inline int32_t branch_offset(Label* L) { in branch_offset() function
933 int branch_offset = BranchOffset(instr); in bind_to() local
1389 ULong branch_offset; in dis_branch_likely() local1422 ULong branch_offset; in dis_branch() local
439 int branch_offset(Label* L) { return link(L) - pc_offset(); } in branch_offset() function
541 void Assembler::branchOnCond(Condition c, int branch_offset, bool is_bound) { in branchOnCond()
1426 int Assembler::branch_offset(Label* L) { in branch_offset() function in v8::internal::Assembler1450 void Assembler::b(int branch_offset, Condition cond) { in b()1463 void Assembler::bl(int branch_offset, Condition cond) { in bl()1470 void Assembler::blx(int branch_offset) { in blx()
2834 int branch_offset = pc - Instruction::kPCReadOffset - branch_address + in PatchAt() local