Home
last modified time | relevance | path

Searched refs:kInvalidIndex (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h27 : LookupIterator(isolate, receiver, name, kInvalidIndex, receiver, in LookupIterator()
34 : LookupIterator(isolate, receiver, name, kInvalidIndex, in LookupIterator()
41 DCHECK_NE(index, kInvalidIndex); in LookupIterator()
49 DCHECK_NE(index, kInvalidIndex); in LookupIterator()
123 index_ = LookupIterator::kInvalidIndex; in PropertyKey()
137 index_ = LookupIterator::kInvalidIndex; in PropertyKey()
152 index_ = LookupIterator::kInvalidIndex; in PropertyKey()
158 return index_ != LookupIterator::kInvalidIndex; in is_element()
184 (index_ != kInvalidIndex && in IsElement()
H A Dlookup.h112 bool IsElement() const { return index_ != kInvalidIndex; } in IsElement()
213 static const size_t kInvalidIndex = std::numeric_limits<size_t>::max(); member in v8::internal::final
287 size_t index = kInvalidIndex);
290 size_t index = kInvalidIndex);
H A Dlookup.cc39 index_ = LookupIterator::kInvalidIndex; in PropertyKey()
44 index_ = LookupIterator::kInvalidIndex; in PropertyKey()
61 index_(kInvalidIndex) { in LookupIterator()
/third_party/node/deps/v8/src/compiler/
H A Dframe-states.h32 static const size_t kInvalidIndex = SIZE_MAX; member in v8::internal::compiler::OutputFrameStateCombine
35 return OutputFrameStateCombine(kInvalidIndex); in Ignore()
42 DCHECK_NE(parameter_, kInvalidIndex); in GetOffsetToPokeAt()
46 bool IsOutputIgnored() const { return parameter_ == kInvalidIndex; } in IsOutputIgnored()
H A Dframe-states.cc29 if (sc.parameter_ == OutputFrameStateCombine::kInvalidIndex) in operator <<()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.h23 constexpr explicit Register(int index = kInvalidIndex) : index_(index) {} in Register() argument
27 bool is_valid() const { return index_ != kInvalidIndex; } in is_valid()
114 static const int kInvalidIndex = kMaxInt; member in v8::internal::interpreter::final
H A Dbytecode-jump-table.h55 static const size_t kInvalidIndex = static_cast<size_t>(-1); member in v8::internal::interpreter::final
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.cpp57 SlabAllocatorImpl::Index SlabAllocatorImpl::kInvalidIndex = member in SlabAllocatorImpl
119 node->nextIndex = kInvalidIndex; in PushFront()
134 if (head->nextIndex == kInvalidIndex) { in PopFront()
243 lastNode->nextIndex = kInvalidIndex; in GetNewSlab()
H A DSlabAllocator.h72 Index nextIndex; // The index of the next available block. kInvalidIndex, if none.
103 static Index kInvalidIndex; member in SlabAllocatorImpl
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside.cc172 return kInvalidIndex;
207 return kInvalidIndex;
212 if (index == kInvalidIndex) {
H A Dtrap-handler.h78 const int kInvalidIndex = -1; member
90 /// kInvalidIndex.
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-bigint.cc49 Object::ToIndex(isolate, bits_obj, MessageTemplate::kInvalidIndex)); in BUILTIN()
67 Object::ToIndex(isolate, bits_obj, MessageTemplate::kInvalidIndex)); in BUILTIN()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h210 static const uint32_t kInvalidIndex = std::numeric_limits<uint32_t>::max(); member in rx::vk::final
219 QueueFamily() : mProperties{}, mIndex(kInvalidIndex) {} in QueueFamily()
223 bool valid() const { return (mIndex != kInvalidIndex); } in valid()
251 DeviceQueueMap() : mIndex(vk::QueueFamily::kInvalidIndex), mIsProtected(false) {} in DeviceQueueMap()
258 bool valid() const { return (mIndex != QueueFamily::kInvalidIndex); } in valid()
H A DCommandProcessor.cpp1376 uint32_t index = QueueFamily::kInvalidIndex; in FindIndex()
1386 if ((index == QueueFamily::kInvalidIndex) && (matchNumber-- == 0)) in FindIndex()
/third_party/node/deps/brotli/c/enc/
H A Dcluster_inc.h213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
220 new_index[i] = kInvalidIndex;
224 if (new_index[symbols[i]] == kInvalidIndex) {
H A Dblock_splitter_inc.h214 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
303 for (i = 0; i < num_clusters; ++i) new_index[i] = kInvalidIndex;
328 if (new_index[best_out] == kInvalidIndex) {
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcluster_inc.h213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
220 new_index[i] = kInvalidIndex;
224 if (new_index[symbols[i]] == kInvalidIndex) {
H A Dblock_splitter_inc.h214 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX;
303 for (i = 0; i < num_clusters; ++i) new_index[i] = kInvalidIndex;
328 if (new_index[best_out] == kInvalidIndex) {
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h311 static const int kInvalidIndex = -1; member in v8::internal::final
H A Dglobal-handles.cc1762 DCHECK_EQ(kInvalidIndex, *index); in Create()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc1225 static const int kInvalidIndex = 0; in PatchNamedBackReferences() local
1227 zone()->template New<RegExpCapture>(kInvalidIndex); in PatchNamedBackReferences()
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc178 RegisterIndex() : index_(kInvalidIndex) {} in RegisterIndex()
182 bool is_valid() const { return index_ != kInvalidIndex; } in is_valid()
219 static const int kInvalidIndex = -1; member in v8::internal::compiler::final

Completed in 29 milliseconds