/third_party/node/deps/v8/src/objects/ |
H A D | lookup-inl.h | 27 : 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 D | lookup.h | 112 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 D | lookup.cc | 39 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 D | frame-states.h | 32 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 D | frame-states.cc | 29 if (sc.parameter_ == OutputFrameStateCombine::kInvalidIndex) in operator <<()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register.h | 23 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 D | bytecode-jump-table.h | 55 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 D | SlabAllocator.cpp | 57 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 D | SlabAllocator.h | 72 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 D | handler-outside.cc | 172 return kInvalidIndex; 207 return kInvalidIndex; 212 if (index == kInvalidIndex) {
|
H A D | trap-handler.h | 78 const int kInvalidIndex = -1; member 90 /// kInvalidIndex.
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-bigint.cc | 49 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 D | CommandProcessor.h | 210 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 D | CommandProcessor.cpp | 1376 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 D | cluster_inc.h | 213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX; 220 new_index[i] = kInvalidIndex; 224 if (new_index[symbols[i]] == kInvalidIndex) {
|
H A D | block_splitter_inc.h | 214 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 D | cluster_inc.h | 213 static const uint32_t kInvalidIndex = BROTLI_UINT32_MAX; 220 new_index[i] = kInvalidIndex; 224 if (new_index[symbols[i]] == kInvalidIndex) {
|
H A D | block_splitter_inc.h | 214 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 D | global-handles.h | 311 static const int kInvalidIndex = -1; member in v8::internal::final
|
H A D | global-handles.cc | 1762 DCHECK_EQ(kInvalidIndex, *index); in Create()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 1225 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 D | mid-tier-register-allocator.cc | 178 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
|