Searched refs:IsFound (Results 1 – 14 of 14) sorted by relevance
185 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function203 DCHECK(IsFound()); in GetHolder()
59 if (IsFound()) return; in Next()74 } while (!IsFound()); in Next()144 DCHECK(IsFound() || holder_map_->is_dictionary_map()); in ReloadPropertyInformation()
82 if (it.IsFound()) { in DefineDataProperty()516 DCHECK(it.IsFound()); in CreateApiFunction()
943 DCHECK(it.IsFound()); in CreateNewGlobals()3249 if (it.IsFound()) continue; in TransferNamedProperties()3273 if (it.IsFound()) continue; in TransferNamedProperties()3296 if (it.IsFound()) continue; in TransferNamedProperties()
744 for (; it->IsFound(); it->Next()) { in HasProperty()782 for (; it->IsFound(); it->Next()) { in GetProperty()922 for (; it->IsFound(); it->Next()) { in GetDataProperty()1303 for (it->Next(); it->IsFound(); it->Next()) { in AllCanRead()1369 for (; it->IsFound() && it->state() != LookupIterator::JSPROXY; it->Next()) { in AllCanWrite()4075 for (; it->IsFound(); it->Next()) { in SetPropertyInternal()4201 for (; own_lookup.IsFound(); own_lookup.Next()) { in SetSuperProperty()5197 DCHECK(!it.IsFound()); in AddProperty()5235 for (; it->IsFound(); it->Next()) { in DefineOwnPropertyIgnoreAttributes()5450 for (; it->IsFound(); it->Next()) { in GetPropertyAttributes()[all …]
124 if (!it.IsFound()) return false; in IsJSArrayBufferViewFieldAccessor()
4099 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedPropertyInPrototypeChain()4131 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()4155 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedProperty()4178 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributes()
226 for (; it->IsFound(); it->Next()) { in LookupForRead()299 if (!it.IsFound()) return false; in TryRemoveInvalidPrototypeDependentStub()709 if (it.IsFound() || !ShouldThrowReferenceError(object)) { in Load()718 if (it.IsFound()) { in Load()1021 } else if (!lookup->IsFound()) { in UpdateCaches()1417 for (; it->IsFound(); it->Next()) { in LookupForWrite()2891 if (it.IsFound()) return *result; in RUNTIME_FUNCTION()
2609 bool IsFound() const { return lookup_type_ != NOT_FOUND; } in IsFound() function2610 bool IsProperty() const { return IsFound() && !IsTransition(); } in IsProperty()2640 DCHECK(IsFound()); in GetFieldTypeFromMap()2646 DCHECK(IsFound()); in GetFieldOwnerFromMap()2680 DCHECK(IsFound()); in representation()
6131 if (it.IsFound() && it.IsReadOnly() && !it.IsConfigurable()) { in BuildLoadNamedField()6240 if (!IsFound()) { in IsCompatible()6241 return (!info->IsFound() || info->has_holder()) && in IsCompatible()6396 if (IsFound()) return LoadResult(map); in LookupInPrototypes()6421 if (IsFound()) return IsLoad() || !IsReadOnly(); in CanAccessMonomorphic()6544 if (!info->IsFound()) { in BuildMonomorphicAccess()11589 if (to_primitive.CanAccessMonomorphic() && !to_primitive.IsFound() && in BuildCompareInstruction()11591 (!to_string_tag.IsFound() || to_string_tag.IsData() || in BuildCompareInstruction()
51 if (it.IsFound()) { in DeclareGlobals()188 if (it.IsFound()) { in RUNTIME_FUNCTION()
479 RUNTIME_ASSERT(!it.IsFound()); in RUNTIME_FUNCTION()508 RUNTIME_ASSERT(!it.IsFound()); in RUNTIME_FUNCTION()
67 for (; it->IsFound(); it->Next()) { in DebugGetProperty()316 if (!it.IsFound()) return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
9393 bool IsFound; in hasOperand() member9395 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand()9398 IsFound |= (S == Node); in hasOperand()9399 return !IsFound; in hasOperand()9401 bool isDone() const { return IsFound; } in hasOperand()9406 return Search.IsFound; in hasOperand()