Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc614 Node* is_megamorphic = in CallJSWithFeedback() local
617 GotoIf(is_megamorphic, &call); in CallJSWithFeedback()
803 Node* is_megamorphic = in Construct() local
806 GotoIf(is_megamorphic, &call_construct_function); in Construct()
/external/v8/src/
Dcode-stubs.cc1782 Node* is_megamorphic = assembler.WordEqual( in GenerateAssembly() local
1785 assembler.GotoIf(is_megamorphic, &call); in GenerateAssembly()