Searched refs:IsJSFunctionInstanceType (Results 1 – 5 of 5) sorted by relevance
614 GotoIf(IsJSFunctionInstanceType(template_type), &template_from_closure); in GetCompatibleReceiver()
909 Branch(IsJSFunctionInstanceType(current_instance_type), &if_function, in ConstructWithSpread()
6835 TNode<BoolT> CodeStubAssembler::IsJSFunctionInstanceType( in IsJSFunctionInstanceType() function in v8::internal::CodeStubAssembler6850 return IsJSFunctionInstanceType(LoadMapInstanceType(map)); in IsJSFunctionMap()9797 GotoIf(IsJSFunctionInstanceType(holder_instance_type), &if_function); in CallGetterIfAccessor()10317 GotoIfNot(IsJSFunctionInstanceType(callable_instance_type), in OrdinaryHasInstance()
2565 TNode<BoolT> IsJSFunctionInstanceType(TNode<Int32T> instance_type);
3231 GotoIfNot(IsJSFunctionInstanceType(instance_type), ¬_function_prototype); in LoadIC_NoFeedback()