Home
last modified time | relevance | path

Searched refs:IsJSFunctionInstanceType (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-call-gen.cc614 GotoIf(IsJSFunctionInstanceType(template_type), &template_from_closure); in GetCompatibleReceiver()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc909 Branch(IsJSFunctionInstanceType(current_instance_type), &if_function, in ConstructWithSpread()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6835 TNode<BoolT> CodeStubAssembler::IsJSFunctionInstanceType( in IsJSFunctionInstanceType() function in v8::internal::CodeStubAssembler
6850 return IsJSFunctionInstanceType(LoadMapInstanceType(map)); in IsJSFunctionMap()
9797 GotoIf(IsJSFunctionInstanceType(holder_instance_type), &if_function); in CallGetterIfAccessor()
10317 GotoIfNot(IsJSFunctionInstanceType(callable_instance_type), in OrdinaryHasInstance()
Dcode-stub-assembler.h2565 TNode<BoolT> IsJSFunctionInstanceType(TNode<Int32T> instance_type);
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3231 GotoIfNot(IsJSFunctionInstanceType(instance_type), &not_function_prototype); in LoadIC_NoFeedback()