Home
last modified time | relevance | path

Searched refs:kInvalidSlot (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Daligned-slot-allocator.cc27 // The sentinel value kInvalidSlot is used to indicate no slot. in Allocate()
28 // next1_ is the index of the 1 slot fragment, or kInvalidSlot. in Allocate()
29 // next2_ is the 2-aligned index of the 2 slot fragment, or kInvalidSlot. in Allocate()
33 int result = kInvalidSlot; in Allocate()
38 next1_ = kInvalidSlot; in Allocate()
42 next2_ = kInvalidSlot; in Allocate()
54 next2_ = kInvalidSlot; in Allocate()
87 next1_ = next2_ = kInvalidSlot; in AllocateUnaligned()
98 next1_ = kInvalidSlot; in AllocateUnaligned()
105 next2_ = kInvalidSlot; in AllocateUnaligned()
[all...]
H A Daligned-slot-allocator.h56 static constexpr int kInvalidSlot = -1; member in v8::internal::AlignedSlotAllocator
58 static bool IsValid(int slot) { return slot > kInvalidSlot; } in IsValid()
60 int next1_ = kInvalidSlot;
61 int next2_ = kInvalidSlot;
/third_party/node/deps/v8/src/utils/
H A Dutils.h464 FeedbackSlot() : id_(kInvalidSlot) {} in FeedbackSlot()
470 bool IsInvalid() const { return id_ == kInvalidSlot; } in IsInvalid()
484 static const int kInvalidSlot = -1; member in v8::internal::FeedbackSlot

Completed in 3 milliseconds