Searched refs:IsSpecialReceiverInstanceType (Results 1 – 10 of 10) sorted by relevance
89 if (IsSpecialReceiverInstanceType(map.instance_type)) {97 extern macro IsSpecialReceiverInstanceType(InstanceType): bool;
944 inline bool IsSpecialReceiverInstanceType(InstanceType instance_type) { in IsSpecialReceiverInstanceType() function951 bool result = IsSpecialReceiverInstanceType(instance_type()); in IsSpecialReceiverMap()
552 if (receiver->IsCallable() || (IsSpecialReceiverInstanceType(instance_type) && in WriteJSReceiver()
409 Branch(IsSpecialReceiverInstanceType(instance_type), &call_runtime, in TF_BUILTIN()1321 GotoIf(IsSpecialReceiverInstanceType(instance_type), &call_runtime); in TF_BUILTIN()
1176 GotoIf(IsSpecialReceiverInstanceType(instance_type), &miss); in StoreIC_NoFeedback()
2702 GotoIf(IsSpecialReceiverInstanceType(lookup_start_object_instance_type), in GenericPropertyLoad()
1768 IsSpecialReceiverInstanceType(LoadMapInstanceType(map)); in IsSpecialReceiverMap()6348 TNode<BoolT> CodeStubAssembler::IsSpecialReceiverInstanceType( in IsSpecialReceiverInstanceType() function in v8::internal::CodeStubAssembler9444 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()
2630 TNode<BoolT> IsSpecialReceiverInstanceType(TNode<Int32T> instance_type);
535 if (IsSpecialReceiverInstanceType(map.instance_type())) { in InferHasInPrototypeChain()
2909 if (IsSpecialReceiverInstanceType(object_map.instance_type()) || in ReduceObjectGetPrototype()