Home
last modified time | relevance | path

Searched refs:IsCallableMap (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1073 GotoIf(IsCallableMap(LoadMap(CAST(replace))), &return_subject); in TF_BUILTIN()
1109 Branch(IsCallableMap(LoadMap(CAST(replace))), &if_iscallablereplace, in TF_BUILTIN()
Dbuiltins-object-gen.cc894 IsCallableMap(receiver_map), in TF_BUILTIN()
Dbuiltins-array-gen.cc137 Branch(IsCallableMap(LoadMap(CAST(callbackfn_))), &distinguish_types, in GenerateIteratingTypedArrayBuiltinBody()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc1023 GotoIfNot(IsCallableMap(setter_map), &not_callable); in EmitGenericPropertyStore()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6189 TNode<BoolT> CodeStubAssembler::IsCallableMap(TNode<Map> map) { in IsCallableMap() function in v8::internal::CodeStubAssembler
6328 return IsCallableMap(LoadMap(UncheckedCast<HeapObject>(object))); in TaggedIsCallable()
6333 return IsCallableMap(LoadMap(object)); in IsCallable()
9730 GotoIf(IsCallableMap(getter_map), &if_callable); in CallGetterIfAccessor()
Dcode-stub-assembler.h2531 TNode<BoolT> IsCallableMap(TNode<Map> map);