Lines Matching refs:next_map
1859 auto next_map = __ MakeLabel();
1860 __ BranchWithCriticalSafetyCheck(check, &done, &next_map);
1861 __ Bind(&next_map);
1881 auto next_map = __ MakeLabel();
1882 __ BranchWithCriticalSafetyCheck(check, &done, &next_map);
1883 __ Bind(&next_map);
1903 auto next_map = __ MakeLabel();
1904 __ BranchWithCriticalSafetyCheck(check, &done, &next_map);
1905 __ Bind(&next_map);
1947 auto next_map = __ MakeLabel();
1949 __ BranchWithCriticalSafetyCheck(check, &passed, &next_map);
1954 __ Bind(&next_map);