Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc244 AllowLargeObjects allow_large = size < kMaxRegularHeapObjectSize in Allocate() local
247 return Allocate(Int32Constant(size), allow_large); in Allocate()
251 AllowLargeObjects allow_large = AllowLargeObjects::kTrue) { in Allocate() argument
254 Type::Any(), AllocationType::kYoung, allow_large), in Allocate()