Home
last modified time | relevance | path

Searched refs:IsFound (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/
Dlookup.h119 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function
143 DCHECK(IsFound()); in GetHolder()
Dlookup.cc154 if (IsFound()) return; in Start()
174 if (IsFound()) return; in Next()
197 } while (!IsFound()); in NextInternal()
252 DCHECK(IsFound() || !holder_->HasFastProperties()); in ReloadPropertyInformation()
713 IsFound() ? static_cast<int>(number_) : DescriptorArray::kNotFound; in TransitionToAccessorProperty()
Dobjects-inl.h726 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()
734 if (!it.IsFound()) return it.factory()->undefined_value(); in GetProperty()
741 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()
749 if (!it.IsFound()) return it.factory()->undefined_value(); in GetElement()
757 if (!it.IsFound()) return it.factory()->undefined_value(); in GetDataProperty()
Dvalue-serializer.cc574 if (!it.IsFound()) continue; in WriteJSObject()
671 if (!it.IsFound()) { in WriteJSArray()
958 if (!it.IsFound()) continue; in WriteJSObjectPropertiesSlow()
Dobjects.cc970 for (; it->IsFound(); it->Next()) { in HasProperty()
1027 for (; it->IsFound(); it->Next()) { in GetProperty()
1104 *was_found = it.IsFound(); in GetProperty()
1190 for (; it->IsFound(); it->Next()) { in GetDataProperty()
1760 for (it->Next(); it->IsFound(); it->Next()) { in AllCanRead()
2019 for (; it->IsFound() && it->state() != LookupIterator::JSPROXY; it->Next()) { in AllCanWrite()
2195 if (!it.IsFound()) continue; in FastAssign()
5004 DCHECK(it->IsFound()); in SetPropertyInternal()
5101 } while (it->IsFound()); in SetPropertyInternal()
5111 if (it->IsFound()) { in SetProperty()
[all …]
Delements.cc490 if (!it.IsFound()) { in IncludesValueSlowPath()
511 if (!it.IsFound()) { in IndexOfValueSlowPath()
1804 DCHECK(it.IsFound()); in IncludesValueImpl()
1875 DCHECK(it.IsFound()); in IndexOfValueImpl()
3914 DCHECK(it.IsFound()); in IncludesValueImpl()
3954 DCHECK(it.IsFound()); in IndexOfValueImpl()
Dapi-natives.cc109 if (it.IsFound()) { in DefineDataProperty()
Dobjects-debug.cc958 CHECK(it.IsFound()); in JSFunctionVerify()
962 CHECK(!it.IsFound() || it.state() != LookupIterator::ACCESSOR || in JSFunctionVerify()
Dbootstrapper.cc1257 DCHECK(it.IsFound()); in CreateNewGlobals()
5549 if (it.IsFound()) continue; in TransferNamedProperties()
5574 if (it.IsFound()) continue; in TransferNamedProperties()
5599 if (it.IsFound()) continue; in TransferNamedProperties()
Dapi.cc4861 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedPropertyInPrototypeChain()
4886 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()
4903 if (!it.IsFound()) return MaybeLocal<Value>(); in GetRealNamedProperty()
4920 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributes()
9791 if (!it.IsFound()) return static_cast<int>(debug::NativeAccessorType::None); in GetNativeAccessorDescriptor()
Disolate.cc3434 if (it.IsFound() && !JSReceiver::GetDataProperty(&it)->IsUndefined(this)) { in Throw()
/external/v8/src/runtime/
Druntime-object.cc40 if (is_found_out) *is_found_out = it.IsFound(); in GetObjectProperty()
42 if (!it.IsFound() && key->IsSymbol() && in GetObjectProperty()
448 if (!it.IsFound() && key->IsSymbol() && in SetObjectProperty()
599 DCHECK(!it.IsFound()); in RUNTIME_FUNCTION()
625 DCHECK(!it.IsFound()); in RUNTIME_FUNCTION()
1261 if (it.IsFound()) { in RUNTIME_FUNCTION()
Druntime-forin.cc53 for (; it.IsFound(); it.Next()) { in HasEnumerableProperty()
Druntime-scopes.cc75 if (it.IsFound()) { in DeclareGlobal()
/external/v8/src/ic/
Dic.cc215 for (; it->IsFound(); it->Next()) { in LookupForRead()
451 if (name->IsPrivateField() && !it.IsFound()) { in Load()
463 if (it.IsFound() || !ShouldThrowReferenceError()) { in Load()
472 if (it.IsFound()) { in Load()
689 } else if (!lookup->IsFound()) { in UpdateCaches()
1274 for (; it->IsFound(); it->Next()) { in LookupForWrite()
1416 if (name->IsPrivateField() && !it.IsFound()) { in Store()
2689 if (it.IsFound()) return *result; in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-function.cc265 (name_lookup.IsFound() && !name_lookup.HolderIsReceiver())) { in DoFunctionBind()
Dbuiltins-object.cc115 for (; it.IsFound(); it.Next()) { in ObjectLookupAccessor()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp9886 bool IsFound; in hasOperand() member
9888 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand()
9891 IsFound |= (S == Node); in hasOperand()
9892 return !IsFound; in hasOperand()
9894 bool isDone() const { return IsFound; } in hasOperand()
9899 return Search.IsFound; in hasOperand()
/external/v8/src/objects/
Dintl-objects.cc1824 if (!it.IsFound()) continue; in CanonicalizeLocaleList()