Searched refs:is_identical_to (Results 1 – 25 of 33) sorted by relevance
12
95 bool is_identical_to(const MaybeObjectHandle& other) const { in is_identical_to() function101 this_handle.is_identical_to(other_handle); in is_identical_to()
43 } else if (object.is_identical_to(code_object_) && in IndirectLoadConstant()
84 DCHECK(receiver.is_identical_to(GetStoreTarget<JSReceiver>())); in ExtendingNonExtensible()
444 if (old_map.is_identical_to(new_map)) { in PrepareForDataProperty()540 DCHECK(receiver.is_identical_to(GetStoreTarget<JSReceiver>())); in PrepareTransitionToDataProperty()610 DCHECK(receiver.is_identical_to(GetStoreTarget<JSReceiver>())); in ApplyTransitionToDataProperty()706 if (!holder_.is_identical_to(receiver)) { in TransitionToAccessorProperty()
36 V8_INLINE bool is_identical_to(const HandleBase that) const { in is_identical_to() function
93 DCHECK(holder.is_identical_to(it.GetHolder<JSObject>())); in ReplaceAccessorWithDataProperty()581 } while (!function_.is_identical_to(function)); in Find()
759 feedback.is_identical_to(source_map) || in ConfigureCloneObject()784 if (cached_map.is_identical_to(source_map) || in ConfigureCloneObject()
1144 if (!new_dictionary.is_identical_to(dictionary)) { in TransferArrayBuffer()2055 if (!new_array.is_identical_to(id_map_)) { in AddObjectWithID()
351 return iter.GetDataValue().is_identical_to(fun); in CheckMethodName()
104 DCHECK(copying || copy.is_identical_to(object)); in StructureWalk()277 !scope_site.is_null() && top().is_identical_to(scope_site); in ExitScope()296 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object)); in DeepWalk()305 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object)); in DeepWalk()315 DCHECK(!copy.ToHandle(&for_assert) || !for_assert.is_identical_to(object)); in DeepCopy()
281 DCHECK(holder.is_identical_to(context)); in DeclareEvalHelper()
525 if (!map.is_null() && map.is_identical_to(new_receiver_map)) { in AddOneReceiverMapIfMissing()554 } else if (map.is_identical_to(current_map)) { in UpdatePolymorphicIC()560 if (handler.is_identical_to(handlers[i]) && in UpdatePolymorphicIC()589 if (!map.is_identical_to(maps.at(handler_to_overwrite))) { in UpdatePolymorphicIC()701 lookup->GetReceiver().is_identical_to(lookup->GetHolder<Object>())) { in UpdateCaches()767 receiver_is_holder = receiver.is_identical_to(holder); in ComputeHandler()950 bool receiver_is_holder_proxy = receiver.is_identical_to(holder_proxy); in ComputeHandler()1285 return !info->non_masking() && receiver.is_identical_to(holder) && in LookupForWrite()1303 if (receiver.is_identical_to(holder)) { in LookupForWrite()1314 return it->GetHolder<Object>().is_identical_to( in LookupForWrite()[all …]
83 if (api_holder.is_identical_to(holder)) return true; in IsCompatibleReceiverMap()
287 if (receiver.is_identical_to(proxy)) return smi_handler; in StoreProxy()
73 if (one.is_identical_to(two)) return true; in Equals()
296 if (one.is_identical_to(two)) return true; in Equals()
138 if (map.is_identical_to(receiver_map)) { in BuildCheckMaps()
400 if (last_prototype.ToHandle(&last) && last.is_identical_to(current)) { in DependOnStablePrototypeChain()
319 if (transition.second.is_identical_to(receiver_map)) { in ComputeElementAccessInfos()
341 if (current.is_identical_to(prototype)) { in InferHasInPrototypeChain()1071 if (m.HasValue() && m.Value().is_identical_to(global_proxy())) { in ReduceNamedAccessFromNexus()1104 p.name().is_identical_to(factory()->prototype_string())) { in ReduceJSLoadNamed()1118 p.name().is_identical_to(factory()->length_string())) { in ReduceJSLoadNamed()
102 if (printed_.at(i).is_identical_to(shared)) { in GetIdFor()
129 !unchecked_new_target.is_identical_to(target)) { in CreateDynamicFunction()
215 if (str1.is_identical_to(str2)) return Smi::kZero; // Equal. in BUILTIN()
664 if (!result.is_identical_to(dict)) { in visit()741 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()
105 if (!func.is_identical_to(isolate->fname())) return false; \ in AreStdlibMembersValid()