/external/v8/src/ast/ |
D | context-slot-cache.cc | 40 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()
|
D | context-slot-cache.h | 34 static const int kNotFound = -2; variable 41 values_[i] = kNotFound; in ContextSlotCache()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiled_cpu_function.cc | 72 constexpr int kNotFound = -1; in LookupNameIndex() local 74 return kNotFound; in LookupNameIndex() 81 return kNotFound; in LookupNameIndex()
|
/external/v8/src/inspector/ |
D | search-util.cc | 18 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()
|
D | string-util.h | 41 static const size_t kNotFound = String::kNotFound; variable
|
D | string-16.h | 21 static const size_t kNotFound = static_cast<size_t>(-1);
|
/external/v8/src/ |
D | transitions.cc | 66 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()
|
D | contexts.cc | 208 *index = kNotFound; in Lookup() 697 return kNotFound; in ImportedFieldIndexForName() 703 return kNotFound; in IntrinsicIndexForName() 715 return kNotFound; in IntrinsicIndexForName()
|
D | lookup.cc | 111 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()
|
D | lookup.h | 72 number_(DescriptorArray::kNotFound) { in configuration_() 95 number_(DescriptorArray::kNotFound) { in configuration_()
|
D | type-info.cc | 39 if (entry != UnseededNumberDictionary::kNotFound) { in GetInfo() 567 UnseededNumberDictionary::kNotFound); in SetInfo()
|
D | transitions.h | 203 static const int kNotFound = -1; variable
|
D | api-natives.cc | 274 if (entry == UnseededNumberDictionary::kNotFound) { in ProbeInstantiationsCache() 316 DCHECK(entry != UnseededNumberDictionary::kNotFound); in UncacheTemplateInstantiation()
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.h | 151 static constexpr int kNotFound = -1; 157 , m_transPixel(kNotFound) in SkGIFColorMap() 201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
|
D | SkGifImageReader.cpp | 323 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/ |
D | SkGifImageReader.h | 151 static constexpr int kNotFound = -1; 157 , m_transPixel(kNotFound) in SkGIFColorMap() 201 , m_transparentPixel(SkGIFColorMap::kNotFound) in SkGIFFrameContext()
|
D | SkGifImageReader.cpp | 323 SkASSERT(transparentPixel == kNotFound || transparentPixel > m_table->count() in buildTable() 763 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse()
|
/external/v8/src/snapshot/ |
D | serializer-common.h | 52 static const int kNotFound = -1; variable 59 return kNotFound; in Find()
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 77 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/ |
D | access-info.h | 62 kNotFound, enumerator 90 bool IsNotFound() const { return kind() == kNotFound; } in IsNotFound()
|
D | access-info.cc | 113 : kind_(kNotFound), in PropertyAccessInfo() 180 case kNotFound: in Merge() 289 if (number != DescriptorArray::kNotFound) { in ComputePropertyAccessInfo()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | packet_buffer.h | 29 kNotFound, enumerator
|
D | packet_buffer.cc | 174 return kNotFound; in NextHigherTimestamp()
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 61 if (index == Context::kNotFound) { in RUNTIME_FUNCTION() 64 CHECK(index != Context::kNotFound); in RUNTIME_FUNCTION()
|
D | runtime-scopes.cc | 296 if (index != Context::kNotFound) { in DeclareEvalHelper() 856 if (index != Context::kNotFound) { in LoadLookupSlot() 956 if (index != Context::kNotFound) { in StoreLookupSlot()
|