/art/compiler/dex/quick/ |
D | gen_common.cc | 52 LIR* branch = OpUnconditionalBranch(nullptr); in GenDivZeroException() local 57 LIR* branch = OpCondBranch(c_code, nullptr); in GenDivZeroCheck() local 62 LIR* branch = OpCmpImmBranch(kCondEq, reg, 0, nullptr); in GenDivZeroCheck() local 66 void Mir2Lir::AddDivZeroCheckSlowPath(LIR* branch) { in AddDivZeroCheckSlowPath() 69 DivZeroCheckSlowPath(Mir2Lir* m2l, LIR* branch) in AddDivZeroCheckSlowPath() 87 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, RegStorage index, RegStorage length) in GenArrayBoundsCheck() 104 LIR* branch = OpCmpBranch(kCondUge, index, length, nullptr); in GenArrayBoundsCheck() local 111 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, int index, RegStorage length) in GenArrayBoundsCheck() 134 LIR* branch = OpCmpImmBranch(kCondLs, length, index, nullptr); in GenArrayBoundsCheck() local 141 NullCheckSlowPath(Mir2Lir* m2l, LIR* branch) in GenNullCheck() [all …]
|
D | gen_invoke.cc | 45 void Mir2Lir::AddIntrinsicSlowPath(CallInfo* info, LIR* branch, LIR* resume) { in AddIntrinsicSlowPath() 48 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info, LIR* branch, LIR* resume = nullptr) in AddIntrinsicSlowPath()
|
D | codegen_util.cc | 1217 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target); in OpCmpMemImmBranch() local
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 406 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, bool restore_lr, size_t sp_displace) in GenEntrySequence() 434 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_LR, rs_r12, nullptr); in GenEntrySequence() local 450 LIR* branch = OpCmpBranch(kCondUlt, rs_rARM_SP, rs_r12, nullptr); in GenEntrySequence() local
|
D | utility_arm.cc | 217 LIR* branch = NewLIR2(kThumb2BCond, 0 /* offset to be patched */, in OpCondBranch() local
|
D | int_arm.cc | 368 LIR* branch = nullptr; in OpCmpImmBranch() local
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() 278 LIR* branch = OpCondBranch(kCondUlt, nullptr); in GenEntrySequence() local
|
D | fp_x86.cc | 412 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe); in GenRemFP() local 468 LIR* branch = NULL; in GenCmpFP() local 497 LIR* branch = NULL; in GenFusedFPCmpBranch() local
|
D | int_x86.cc | 99 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , in OpCmpBranch() local 118 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc); in OpCmpImmBranch() local 1145 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, in GenArrayBoundsCheck() 1183 LIR* branch = OpCondBranch(kCondUge, nullptr); in GenArrayBoundsCheck() local 1193 ArrayBoundsCheckSlowPath(Mir2Lir* m2l, LIR* branch, in GenArrayBoundsCheck() 1220 LIR* branch = OpCondBranch(kCondLs, nullptr); in GenArrayBoundsCheck() local
|
D | utility_x86.cc | 114 LIR* branch = NewLIR2(kX86Jcc8, 0 /* offset to be patched */, in OpCondBranch() local 897 LIR* branch = OpCondBranch(cond, target); in OpCmpMemImmBranch() local
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence() 342 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr); in GenEntrySequence() local
|
D | int_mips.cc | 54 LIR* branch = OpCmpImmBranch(kCondNe, rl_result.reg, 0, NULL); in GenCmpLong() local 66 LIR* branch; in OpCmpBranch() local 132 LIR* branch; in OpCmpImmBranch() local
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : in GenEntrySequence() 397 LIR* branch = OpCmpBranch(kCondUlt, rs_sp, rs_xIP1, nullptr); in GenEntrySequence() local
|
D | int_arm64.cc | 261 LIR* branch = nullptr; in OpCmpImmBranch() local 297 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target); in OpCmpMemImmBranch() local
|
D | utility_arm64.cc | 544 LIR* branch = NewLIR2(kA64B2ct, ArmConditionEncoding(cc), in OpCondBranch() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.h | 43 delete branch; in ~Thumb2Assembler() local
|
D | assembler_thumb2.cc | 2091 Branch* branch = GetBranch(position); // Get the branch at this id. in Bind() local 2136 for (auto& branch : branches_) { in Bind() local 2149 for (auto& branch : branches_) { in EmitBranches() local
|