Searched refs:is_js_function (Results 1 – 2 of 2) sorted by relevance
658 Node* is_js_function = in CallJSWithFeedback() local660 GotoIfNot(is_js_function, &mark_megamorphic); in CallJSWithFeedback()772 Node* is_js_function = in Construct() local774 GotoIfNot(is_js_function, &call_construct); in Construct()
1819 Node* is_js_function = assembler.IsJSFunction(target); in GenerateAssembly() local1820 assembler.GotoIfNot(is_js_function, &mark_megamorphic); in GenerateAssembly()