Home
last modified time | relevance | path

Searched refs:kInlineSize (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h28 static constexpr size_t kInlineSize = kSize; member in v8::base::SmallVector
150 T* end_of_storage_ = begin_ + kInlineSize;
151 typename std::aligned_storage<sizeof(T) * kInlineSize, alignof(T)>::type
193 end_of_storage_ = begin_ + kInlineSize; in reset_to_inline_storage()
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h62 template <std::size_t kInlineSize>
65 using SmallVector = base::SmallVector<char, kInlineSize>;
/third_party/node/deps/v8/src/date/
H A Ddate.cc547 SmallStringOptimizedAllocator<DateBuffer::kInlineSize> allocator(&buffer); in FormatDate()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc937 base::SmallVector<Node*, kInlineSize> inputs(c_argument_count + arity_ + in ReduceFastApiCall()
1007 static constexpr int kInlineSize = 12; member in v8::FastApiCallReducerAssembler
4374 static constexpr int kInlineSize = 16; // Arbitrary.
4375 base::SmallVector<Node*, kInlineSize> args;
5163 static constexpr int kInlineSize = 16; // Arbitrary.
5164 base::SmallVector<Node*, kInlineSize> args;

Completed in 11 milliseconds