Home
last modified time | relevance | path

Searched refs:is_array_function (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc626 Node* is_array_function = WordEqual(context_slot, function); in CallJSWithFeedback() local
627 GotoIfNot(is_array_function, &mark_megamorphic); in CallJSWithFeedback()
665 Node* is_array_function = WordEqual(context_slot, function); in CallJSWithFeedback() local
666 GotoIf(is_array_function, &create_allocation_site); in CallJSWithFeedback()
830 Node* is_array_function = WordEqual(context_slot, constructor); in Construct() local
831 GotoIfNot(is_array_function, &mark_megamorphic); in Construct()
854 Node* is_array_function = WordEqual(context_slot, constructor); in Construct() local
855 Branch(is_array_function, &create_allocation_site, &create_weak_cell); in Construct()
/external/v8/src/
Dcode-stubs.cc1795 Node* is_array_function = assembler.WordEqual(context_slot, target); in GenerateAssembly() local
1796 assembler.GotoIfNot(is_array_function, &mark_megamorphic); in GenerateAssembly()
1825 Node* is_array_function = assembler.WordEqual(context_slot, target); in GenerateAssembly() local
1826 assembler.GotoIf(is_array_function, &create_allocation_site); in GenerateAssembly()