Home
last modified time | relevance | path

Searched refs:kMaxSizeInHeap (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-array-buffer.h366 static constexpr size_t kMaxSizeInHeap = V8_TYPED_ARRAY_MAX_SIZE_IN_HEAP; variable
368 static constexpr size_t kMaxSizeInHeap = 64; variable
/third_party/node/deps/v8/src/builtins/
Dbase.tq462 constexpr int31 generates 'JSTypedArray::kMaxSizeInHeap';
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc2683 if (JSTypedArray::kMaxSizeInHeap == 0) { in BuildElementAccess()
Deffect-control-linearizer.cc4911 if (JSTypedArray::kMaxSizeInHeap == 0) { in AdaptFastCallTypedArrayArgument()