Lines Matching full:branch
63 builder_.Branch(builder_.TaggedIsNumber(para1), &numberBranch, ¬NumberBranch); in TypedTrigonometric()
70 builder_.Branch(condition, &IsNan, &NotNan); in TypedTrigonometric()
92 LOG_ECMA(FATAL) << "this branch is unreachable"; in TypedTrigonometric()
145 builder_.Branch(builder_.TaggedIsNumber(para1), &numberBranch, ¬NumberBranch); in TypedSqrt()
152 builder_.Branch(builder_.TaggedIsInt(para1), &isInt, ¬Int); in TypedSqrt()
178 builder_.Branch(negNanOrInfinityNotZero, &signbit, ¬Signbit); in TypedSqrt()
189 builder_.Branch(condition, &naN, ¬Nan); in TypedSqrt()
235 builder_.Branch(builder_.TaggedIsInt(para1), &isInt, ¬Int); in TypedAbs()
272 builder_.Branch(isObject, &isHeapObject, &exit); in LowerCallTargetCheck()
276 builder_.Branch(callable, &funcIsCallable, &exit); in LowerCallTargetCheck()
326 LOG_COMPILER(FATAL) << "this branch is unreachable"; in CheckPara()