Lines Matching refs:GotoIfNot
585 GotoIfNot(is_monomorphic, &extra_checks); in CallJSWithFeedback()
620 GotoIfNot(IsAllocationSiteMap(LoadMap(feedback_element)), in CallJSWithFeedback()
627 GotoIfNot(is_array_function, &mark_megamorphic); in CallJSWithFeedback()
649 GotoIfNot(is_uninitialized, &mark_megamorphic); in CallJSWithFeedback()
660 GotoIfNot(is_js_function, &mark_megamorphic); in CallJSWithFeedback()
673 GotoIfNot(is_same_native_context, &mark_megamorphic); in CallJSWithFeedback()
774 GotoIfNot(is_js_function, &call_construct); in Construct()
811 GotoIfNot(is_weak_cell, &check_allocation_site); in Construct()
825 GotoIfNot(is_allocation_site, &check_initialized); in Construct()
831 GotoIfNot(is_array_function, &mark_megamorphic); in Construct()
1376 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); in ExportRegisterFile()
1409 GotoIfNot(UintPtrLessThan(index, register_count), &done_loop); in ImportRegisterFile()