Searched refs:kNotFound (Results 26 - 50 of 51) sorted by relevance

123

/external/v8/src/runtime/
H A Druntime-object.cc71 if (entry != GlobalDictionary::kNotFound) {
86 if ((entry != NameDictionary::kNotFound) &&
H A Druntime.h754 static const int kNotFound = -1; member in class:v8::internal::Runtime
/external/v8/src/
H A Dobjects.cc1931 if (entry == GlobalDictionary::kNotFound) {
1951 if (entry == NameDictionary::kNotFound) {
3214 DCHECK(DescriptorArray::kNotFound ==
4706 return array->Search(*key, valid_descriptors) != DescriptorArray::kNotFound;
5931 DCHECK_NE(GlobalDictionary::kNotFound, entry);
5939 DCHECK_NE(NameDictionary::kNotFound, entry);
9267 if (descriptor != DescriptorArray::kNotFound) {
9355 if (index != DescriptorArray::kNotFound) {
9711 if (entry == kNotFound) return nullptr;
13650 if (entry != kNotFound) {
[all...]
H A Dobjects-inl.h2818 return T::kNotFound;
2824 return T::kNotFound;
2831 return T::kNotFound;
2849 return T::kNotFound;
2854 return T::kNotFound;
2861 return T::kNotFound;
2874 return T::kNotFound;
2898 if (number_of_own_descriptors == 0) return kNotFound;
3162 // Find entry for key otherwise return kNotFound.
3180 return kNotFound;
[all...]
H A Dcontexts.h677 static const int kNotFound = -1; member in class:v8::internal::Context
H A Delements.cc191 if (entry != SeededNumberDictionary::kNotFound) {
423 if (entry != SeededNumberDictionary::kNotFound) {
1464 if (entry == SeededNumberDictionary::kNotFound) return kMaxUInt32;
1633 if (entry == SeededNumberDictionary::kNotFound) {
1699 if (entry == SeededNumberDictionary::kNotFound) {
H A Dobjects.h3150 static const int kNotFound = -1; member in class:v8::internal::KeyCollectionMode::DescriptorArray
3327 static const int kNotFound = -1; member in class:v8::internal::KeyCollectionMode::HashTableBase
3390 // Find entry for key otherwise return kNotFound.
3710 // Find entry for key, otherwise return kNotFound. Optimized version of
4105 if (hash->IsUndefined(isolate)) return kNotFound;
4134 static const int kNotFound = -1; member in class:v8::internal::KeyCollectionMode::OrderedHashTable
7011 static const int kNotFound = -1; member in class:v8::internal::KeyCollectionMode::SharedFunctionInfo
7647 // The result is either kNotFound, or a start index of the context-dependent
H A Dcode-stubs.cc79 if (index != UnseededNumberDictionary::kNotFound) {
H A Dvalue-serializer.cc1546 if (index == SeededNumberDictionary::kNotFound) {
H A Disolate.cc3214 if (entry == NameDictionary::kNotFound) {
H A Dbootstrapper.cc4191 DCHECK(old != DescriptorArray::kNotFound);
/external/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc394 NameDictionary::kNotFound);
/external/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc420 name) == NameDictionary::kNotFound));
/external/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc394 NameDictionary::kNotFound);
/external/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc377 NameDictionary::kNotFound);
/external/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc377 NameDictionary::kNotFound);
/external/v8/src/ic/ppc/
H A Dhandler-compiler-ppc.cc393 NameDictionary::kNotFound);
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc377 NameDictionary::kNotFound);
/external/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc394 NameDictionary::kNotFound);
/external/v8/src/objects/
H A Dscope-info.cc651 if (result != ContextSlotCache::kNotFound) {
/external/v8/src/snapshot/
H A Dserializer.cc155 if (index == HotObjectsList::kNotFound) return false;
/external/v8/src/compiler/
H A Djs-builtin-reducer.cc130 DCHECK_NE(DescriptorArray::kNotFound, number);
/external/v8/src/parsing/
H A Dparser.cc463 DCHECK_EQ(Context::kNotFound,
494 if (context_index == Context::kNotFound) {
/external/v8/src/crankshaft/
H A Dhydrogen.h2580 if (number == DescriptorArray::kNotFound) return NotFound();
/external/v8/src/ic/
H A Dic.cc943 DCHECK_EQ(NameDictionary::kNotFound,

Completed in 513 milliseconds

123