Lines Matching defs:propsNum
303 GateRef key, GateRef propsNum, GateRef hir)
314 BRANCH(Int32LessThanOrEqual(propsNum, Int32(maxPropsNum)), ¬ExceedUpper, &exceedUpper);
327 BRANCH_LIKELY(Int32LessThan(Int32(idx), propsNum), &check, ¬Fount);
357 result = BinarySearch(glue, layoutInfo, key, propsNum, hir);
403 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, GateRef hir)
456 BRANCH(Int32LessThan(*sortIndex, propsNum), &retSortIndex, &exit);
491 BRANCH(Int32LessThan(*sortIndex, propsNum), &retSortIndex, &exit);
528 BRANCH(Int32LessThan(*sortIndex, propsNum), &retSortIndex, &exit);
3621 GateRef propsNum = GetNumberOfPropsFromHClass(hclass);
3623 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum);
4679 GateRef propsNum = GetNumberOfPropsFromHClass(hclass);
4680 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum);
4955 GateRef propsNum = GetNumberOfPropsFromHClass(hclass);
4956 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum);