Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc658 Node* is_js_function = in CallJSWithFeedback() local
660 GotoIfNot(is_js_function, &mark_megamorphic); in CallJSWithFeedback()
772 Node* is_js_function = in Construct() local
774 GotoIfNot(is_js_function, &call_construct); in Construct()
/external/v8/src/
Dcode-stubs.cc1819 Node* is_js_function = assembler.IsJSFunction(target); in GenerateAssembly() local
1820 assembler.GotoIfNot(is_js_function, &mark_megamorphic); in GenerateAssembly()