Lines Matching refs:CheckIsValidIndex
974 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
992 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1010 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1028 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1047 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1066 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1084 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1103 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1122 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1141 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1160 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1180 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1200 if (LIKELY(array->CheckIsValidIndex(index))) { in ExecuteGotoImpl()
1219 if (LIKELY(array->CheckIsValidIndex(index) && array->CheckAssignable(val))) { in ExecuteGotoImpl()