Searched refs:if_function (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 766 Label if_boundfunction(this), if_function(this); in CollectCallableFeedback() local 773 &if_function, &mark_megamorphic); in CollectCallableFeedback() 775 BIND(&if_function); in CollectCallableFeedback() 994 Label if_boundfunction(this), if_function(this); in Construct() local 1001 &if_function, &mark_megamorphic); in Construct() 1003 BIND(&if_function); in Construct() 1157 Label if_boundfunction(this), if_function(this); in ConstructWithSpread() local 1164 &if_function, &mark_megamorphic); in ConstructWithSpread() 1166 BIND(&if_function); in ConstructWithSpread()
|
D | interpreter-generator.cc | 1950 BIND(&if_function); in IGNITION_HANDLER()
|
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 951 if_error(this), if_function(this), if_number(this, Label::kDeferred), in TF_BUILTIN() local 971 {JS_FUNCTION_TYPE, &if_function}, in TF_BUILTIN() 975 {JS_BOUND_FUNCTION_TYPE, &if_function}, in TF_BUILTIN() 1047 BIND(&if_function); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 8496 Label if_array(this), if_function(this), if_value(this); in CallGetterIfAccessor() local 8502 GotoIf(IsJSFunctionInstanceType(receiver_instance_type), &if_function); in CallGetterIfAccessor() 8518 BIND(&if_function); in CallGetterIfAccessor()
|