Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 17 of 17) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc52 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 …]
Dgen_invoke.cc45 void Mir2Lir::AddIntrinsicSlowPath(CallInfo* info, LIR* branch, LIR* resume) { in AddIntrinsicSlowPath()
48 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info, LIR* branch, LIR* resume = nullptr) in AddIntrinsicSlowPath()
Dcodegen_util.cc1217 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target); in OpCmpMemImmBranch() local
/art/compiler/dex/quick/arm/
Dcall_arm.cc406 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
Dutility_arm.cc217 LIR* branch = NewLIR2(kThumb2BCond, 0 /* offset to be patched */, in OpCondBranch() local
Dint_arm.cc368 LIR* branch = nullptr; in OpCmpImmBranch() local
/art/compiler/dex/quick/x86/
Dcall_x86.cc246 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence()
278 LIR* branch = OpCondBranch(kCondUlt, nullptr); in GenEntrySequence() local
Dfp_x86.cc412 LIR* branch = NewLIR2(kX86Jcc8, 0, kX86CondNe); in GenRemFP() local
468 LIR* branch = NULL; in GenCmpFP() local
497 LIR* branch = NULL; in GenFusedFPCmpBranch() local
Dint_x86.cc99 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
Dutility_x86.cc114 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/
Dcall_mips.cc322 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) in GenEntrySequence()
342 LIR* branch = OpCmpBranch(kCondUlt, new_sp, check_reg, nullptr); in GenEntrySequence() local
Dint_mips.cc54 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/
Dcall_arm64.cc375 StackOverflowSlowPath(Mir2Lir* m2l, LIR* branch, size_t sp_displace) : in GenEntrySequence()
397 LIR* branch = OpCmpBranch(kCondUlt, rs_sp, rs_xIP1, nullptr); in GenEntrySequence() local
Dint_arm64.cc261 LIR* branch = nullptr; in OpCmpImmBranch() local
297 LIR* branch = OpCmpImmBranch(cond, temp_reg, check_value, target); in OpCmpMemImmBranch() local
Dutility_arm64.cc544 LIR* branch = NewLIR2(kA64B2ct, ArmConditionEncoding(cc), in OpCondBranch() local
/art/compiler/utils/arm/
Dassembler_thumb2.h43 delete branch; in ~Thumb2Assembler() local
Dassembler_thumb2.cc2091 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