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

/external/chromium_org/v8/src/
H A Dproperty.cc24 if (!r.IsFound()) return os << "Not Found\n";
H A Dproperty.h157 DCHECK(IsFound());
163 DCHECK(!(details_.type() == CALLBACKS && !IsFound()));
168 DCHECK(IsFound());
173 DCHECK(!(details_.type() == FIELD && !IsFound()));
178 DCHECK(!(details_.type() == CONSTANT && !IsFound()));
183 bool IsFound() const { return lookup_type_ != NOT_FOUND; } function in class:v8::internal::BASE_EMBEDDED
188 return IsFound() && !IsTransition();
H A Dlookup.cc27 if (IsFound()) return;
36 } while (!IsFound());
84 DCHECK(IsFound() || holder_map_->is_dictionary_map());
H A Dlookup.h78 bool IsFound() const { return state_ != NOT_FOUND; } function in class:v8::internal::BASE_EMBEDDED
95 DCHECK(IsFound());
H A Dast.cc594 DCHECK(it->IsFound() && it->GetHolder<JSObject>().is_identical_to(global));
H A Dbootstrapper.cc792 DCHECK(it.IsFound());
2503 if (it.IsFound()) continue;
2531 if (it.IsFound()) continue;
H A Dobjects.cc110 for (; it->IsFound(); it->Next()) {
149 for (; it->IsFound(); it->Next()) {
575 for (; it->IsFound(); it->Next()) {
614 for (; it->IsFound(); it->Next()) {
2816 for (; it->IsFound(); it->Next()) {
3786 DCHECK(!it.IsFound());
3807 for (; it.IsFound(); it.Next()) {
3986 for (; it->IsFound(); it->Next()) {
4923 for (; it.IsFound(); it.Next()) {
6138 preexists = it.IsFound();
[all...]
H A Dhydrogen.h2484 bool IsFound() const { return lookup_.IsFound(); } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
H A Dhydrogen.cc5816 if (it.IsFound() && it.IsReadOnly() && !it.IsConfigurable()) {
5927 if (!IsFound()) {
5928 return (!info->IsFound() || info->has_holder()) &&
6077 if (IsFound()) return LoadResult(map);
6093 if (IsFound()) return IsLoad() || !IsReadOnly();
6199 if (!info->IsFound()) {
10730 if (it.IsFound() && value->IsJSFunction()) {
H A Druntime.cc2220 if (it.IsFound()) {
2355 if (it.IsFound()) {
5091 if (it.IsFound() && it.state() == LookupIterator::ACCESS_CHECK) {
5345 RUNTIME_ASSERT(!it.IsFound());
5377 duplicate = it.IsFound();
10934 for (; it->IsFound(); it->Next()) {
11015 if (!it.IsFound()) return isolate->heap()->undefined_value();
H A Dfactory.cc2194 DCHECK(it.IsFound());
H A Dapi.cc3659 if (it->IsFound()) return Utils::ToLocal(result);
/external/chromium_org/v8/src/ic/
H A Dic.cc220 for (; it->IsFound(); it->Next()) {
294 if (!it.IsFound()) return false;
616 if (it.IsFound() || !IsUndeclaredGlobal(object)) {
624 if (it.IsFound()) {
872 } else if (!lookup->IsFound()) {
1228 for (; it->IsFound(); it->Next()) {
2620 if (it.IsFound()) return *result;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp7973 bool IsFound;
7975 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {}
7978 IsFound |= (S == Node);
7979 return !IsFound;
7981 bool isDone() const { return IsFound; }
7988 return Search.IsFound;

Completed in 733 milliseconds