Searched defs:bounds_check (Results 1 – 2 of 2) sorted by relevance
2456 HValue* bounds_check = negative_checker.If<HCompareNumericAndBranch>( in BuildUncheckedMonomorphicElementAccess() local8272 HValue* bounds_check = length_checker.If<HCompareNumericAndBranch>( in TryInlineBuiltinMethodCall() local
4125 HBoundsCheck* bounds_check() { return HBoundsCheck::cast(OperandAt(1)); } in bounds_check() function