• Home
  • Raw
  • Download

Lines Matching defs:branch

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()
153 LIR* branch = OpCmpImmBranch(kCondEq, reg, 0, nullptr); in GenNullCheck() local
841 LIR* branch = OpCmpImmBranch(kCondEq, rl_result.reg, 0, NULL); in GenConstClass() local
1091 InitTypeSlowPath(Mir2Lir* m2l, LIR* branch, LIR* cont, uint32_t type_idx, in GenInstanceofCallingHelper()
1290 LIR* branch = OpCmpImmBranch(kCondNe, TargetReg(kArg0, kRef), 0, nullptr); in GenCheckCast() local
1932 SuspendCheckSlowPath(Mir2Lir* m2l, LIR* branch, LIR* cont) in SuspendCheckSlowPath()
1954 LIR* branch = OpTestSuspend(NULL); in GenSuspendTest() local
1976 LIR* branch = OpUnconditionalBranch(nullptr); in GenSuspendTestAndBranch() local