Home
last modified time | relevance | path

Searched defs:kInvalidIndex (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler.h78 const int kInvalidIndex = -1; member
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-jump-table.h55 static const size_t kInvalidIndex = static_cast<size_t>(-1); member in v8::internal::interpreter::final
H A Dbytecode-register.h23 constexpr explicit Register(int index = kInvalidIndex) : index_(index) {} in Register() argument
114 static const int kInvalidIndex = kMaxInt; 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
H A DSlabAllocator.h103 static Index kInvalidIndex; member in SlabAllocatorImpl
/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
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h311 static const int kInvalidIndex = -1; member in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Dlookup.h213 static const size_t kInvalidIndex = std::numeric_limits<size_t>::max(); member in v8::internal::final
/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
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc1225 static const int kInvalidIndex = 0; in PatchNamedBackReferences() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc219 static const int kInvalidIndex = -1; member in v8::internal::compiler::final

Completed in 15 milliseconds