Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc923 bool PagedSpace::TryExpand(int size_in_bytes, AllocationOrigin origin) { in TryExpand() function in v8::internal::PagedSpace
974 if (TryExpand(size_in_bytes, origin)) { in RawRefillLabMain()
987 return TryExpand(size_in_bytes, origin); in RawRefillLabMain()
Dpaged-spaces.h405 V8_WARN_UNUSED_RESULT bool TryExpand(int size_in_bytes, in NON_EXPORTED_BASE()