Home
last modified time | relevance | path

Searched refs:kNotFound (Results 1 – 25 of 53) sorted by relevance

123

/external/v8/src/ast/
Dcontext-slot-cache.cc40 return result.index() + kNotFound; in Lookup()
42 return kNotFound; in Lookup()
51 DCHECK(slot_index > kNotFound); in Update()
60 Value(mode, init_flag, maybe_assigned_flag, slot_index - kNotFound) in Update()
91 DCHECK(result.index() + kNotFound == slot_index); in ValidateEntry()
Dcontext-slot-cache.h34 static const int kNotFound = -2; variable
41 values_[i] = kNotFound; in ContextSlotCache()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc72 constexpr int kNotFound = -1; in LookupNameIndex() local
74 return kNotFound; in LookupNameIndex()
81 return kNotFound; in LookupNameIndex()
/external/v8/src/inspector/
Dsearch-util.cc18 DCHECK(name.find("=") == String16::kNotFound); in findMagicComment()
27 if (pos == String16::kNotFound) return String16(); in findMagicComment()
42 if (closingCommentPos == String16::kNotFound) return String16(); in findMagicComment()
56 if (newLine != String16::kNotFound) match = match.substring(0, newLine); in findMagicComment()
90 if (lineEnd == String16::kNotFound) break; in lineEndings()
Dstring-util.h41 static const size_t kNotFound = String::kNotFound; variable
Dstring-16.h21 static const size_t kNotFound = static_cast<size_t>(-1);
/external/v8/src/
Dtransitions.cc66 int insertion_index = kNotFound; in Insert()
84 if (index != kNotFound) { in Insert()
124 insertion_index = kNotFound; in Insert()
130 if (index == kNotFound) { in Insert()
145 DCHECK_NE(kNotFound, insertion_index); in Insert()
176 if (transition == kNotFound) return nullptr; in SearchTransition()
189 if (transition == kNotFound) return NULL; in SearchSpecial()
513 DCHECK_NE(TransitionArray::kNotFound, new_target_index); in CheckNewTransitionsAreConsistent()
543 return kNotFound; in SearchDetails()
551 if (transition == kNotFound) return kNotFound; in Search()
Dcontexts.cc208 *index = kNotFound; in Lookup()
697 return kNotFound; in ImportedFieldIndexForName()
703 return kNotFound; in IntrinsicIndexForName()
715 return kNotFound; in IntrinsicIndexForName()
Dlookup.cc111 number_ = DescriptorArray::kNotFound; in RestartInternal()
480 IsFound() ? static_cast<int>(number_) : DescriptorArray::kNotFound; in TransitionToAccessorProperty()
832 if (number == GlobalDictionary::kNotFound) return NOT_FOUND; in LookupInSpecialHolder()
880 if (number == DescriptorArray::kNotFound) return NotFound(holder); in LookupInRegularHolder()
886 if (number == NameDictionary::kNotFound) return NotFound(holder); in LookupInRegularHolder()
Dlookup.h72 number_(DescriptorArray::kNotFound) { in configuration_()
95 number_(DescriptorArray::kNotFound) { in configuration_()
Dtype-info.cc39 if (entry != UnseededNumberDictionary::kNotFound) { in GetInfo()
567 UnseededNumberDictionary::kNotFound); in SetInfo()
Dtransitions.h203 static const int kNotFound = -1; variable
Dapi-natives.cc274 if (entry == UnseededNumberDictionary::kNotFound) { in ProbeInstantiationsCache()
316 DCHECK(entry != UnseededNumberDictionary::kNotFound); in UncacheTemplateInstantiation()
/external/skqp/third_party/gif/
DSkGifImageReader.h151 static constexpr int kNotFound = -1;
157 , m_transPixel(kNotFound) in SkGIFColorMap()
201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
DSkGifImageReader.cpp323 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable()
763 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
/external/skia/third_party/gif/
DSkGifImageReader.h151 static constexpr int kNotFound = -1;
157 , m_transPixel(kNotFound) in SkGIFColorMap()
201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
DSkGifImageReader.cpp323 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable()
763 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
/external/v8/src/snapshot/
Dserializer-common.h52 static const int kNotFound = -1; variable
59 return kNotFound; in Find()
/external/webrtc/talk/app/webrtc/
Dstatscollector_unittest.cc77 const char kNotFound[] = "NOT FOUND"; variable
193 return kNotFound; in ExtractStatsValue()
727 EXPECT_NE(kNotFound, local_certificate_id); in TestCertificateReports()
731 EXPECT_EQ(kNotFound, local_certificate_id); in TestCertificateReports()
740 EXPECT_NE(kNotFound, remote_certificate_id); in TestCertificateReports()
744 EXPECT_EQ(kNotFound, remote_certificate_id); in TestCertificateReports()
1083 ASSERT_NE(kNotFound, transport_id); in TEST_F()
1316 EXPECT_EQ(kNotFound, in TEST_F()
1397 ASSERT_EQ(kNotFound, local_certificate_id); in TEST_F()
1404 ASSERT_EQ(kNotFound, remote_certificate_id); in TEST_F()
[all …]
/external/v8/src/compiler/
Daccess-info.h62 kNotFound, enumerator
90 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound()
Daccess-info.cc113 : kind_(kNotFound), in PropertyAccessInfo()
180 case kNotFound: in Merge()
289 if (number != DescriptorArray::kNotFound) { in ComputePropertyAccessInfo()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.h29 kNotFound, enumerator
Dpacket_buffer.cc174 return kNotFound; in NextHigherTimestamp()
/external/v8/src/runtime/
Druntime-internal.cc61 if (index == Context::kNotFound) { in RUNTIME_FUNCTION()
64 CHECK(index != Context::kNotFound); in RUNTIME_FUNCTION()
Druntime-scopes.cc296 if (index != Context::kNotFound) { in DeclareEvalHelper()
856 if (index != Context::kNotFound) { in LoadLookupSlot()
956 if (index != Context::kNotFound) { in StoreLookupSlot()

123