Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.h185 bool IsFound() const { return state_ != NOT_FOUND; } in IsFound() function
203 DCHECK(IsFound()); in GetHolder()
Dlookup.cc59 if (IsFound()) return; in Next()
74 } while (!IsFound()); in Next()
144 DCHECK(IsFound() || holder_map_->is_dictionary_map()); in ReloadPropertyInformation()
Dapi-natives.cc82 if (it.IsFound()) { in DefineDataProperty()
516 DCHECK(it.IsFound()); in CreateApiFunction()
Dbootstrapper.cc943 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()
Dobjects.cc744 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 …]
Daccessors.cc124 if (!it.IsFound()) return false; in IsJSArrayBufferViewFieldAccessor()
Dapi.cc4099 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()
/external/v8/src/ic/
Dic.cc226 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()
/external/v8/src/crankshaft/
Dhydrogen.h2609 bool IsFound() const { return lookup_type_ != NOT_FOUND; } in IsFound() function
2610 bool IsProperty() const { return IsFound() && !IsTransition(); } in IsProperty()
2640 DCHECK(IsFound()); in GetFieldTypeFromMap()
2646 DCHECK(IsFound()); in GetFieldOwnerFromMap()
2680 DCHECK(IsFound()); in representation()
Dhydrogen.cc6131 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()
/external/v8/src/runtime/
Druntime-scopes.cc51 if (it.IsFound()) { in DeclareGlobals()
188 if (it.IsFound()) { in RUNTIME_FUNCTION()
Druntime-object.cc479 RUNTIME_ASSERT(!it.IsFound()); in RUNTIME_FUNCTION()
508 RUNTIME_ASSERT(!it.IsFound()); in RUNTIME_FUNCTION()
Druntime-debug.cc67 for (; it->IsFound(); it->Next()) { in DebugGetProperty()
316 if (!it.IsFound()) return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp9393 bool IsFound; in hasOperand() member
9395 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()