Home
last modified time | relevance | path

Searched refs:IsSpecialReceiverInstanceType (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.tq89 if (IsSpecialReceiverInstanceType(map.instance_type)) {
97 extern macro IsSpecialReceiverInstanceType(InstanceType): bool;
Dobjects-inl.h944 inline bool IsSpecialReceiverInstanceType(InstanceType instance_type) { in IsSpecialReceiverInstanceType() function
951 bool result = IsSpecialReceiverInstanceType(instance_type()); in IsSpecialReceiverMap()
Dvalue-serializer.cc552 if (receiver->IsCallable() || (IsSpecialReceiverInstanceType(instance_type) && in WriteJSReceiver()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc409 Branch(IsSpecialReceiverInstanceType(instance_type), &call_runtime, in TF_BUILTIN()
1321 GotoIf(IsSpecialReceiverInstanceType(instance_type), &call_runtime); in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc1176 GotoIf(IsSpecialReceiverInstanceType(instance_type), &miss); in StoreIC_NoFeedback()
Daccessor-assembler.cc2702 GotoIf(IsSpecialReceiverInstanceType(lookup_start_object_instance_type), in GenericPropertyLoad()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1768 IsSpecialReceiverInstanceType(LoadMapInstanceType(map)); in IsSpecialReceiverMap()
6348 TNode<BoolT> CodeStubAssembler::IsSpecialReceiverInstanceType( in IsSpecialReceiverInstanceType() function in v8::internal::CodeStubAssembler
9444 GotoIf(IsSpecialReceiverInstanceType(instance_type), &if_objectisspecial); in TryLookupProperty()
9926 GotoIf(IsSpecialReceiverInstanceType(instance_type), if_bailout); in TryLookupElement()
10248 Branch(IsSpecialReceiverInstanceType(object_instance_type), in HasInPrototypeChain()
Dcode-stub-assembler.h2630 TNode<BoolT> IsSpecialReceiverInstanceType(TNode<Int32T> instance_type);
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc535 if (IsSpecialReceiverInstanceType(map.instance_type())) { in InferHasInPrototypeChain()
Djs-call-reducer.cc2909 if (IsSpecialReceiverInstanceType(object_map.instance_type()) || in ReduceObjectGetPrototype()