Searched refs:TryAllocationFromFreeListMain (Results 1 – 2 of 2) sorted by relevance
552 bool PagedSpace::TryAllocationFromFreeListMain(size_t size_in_bytes, in TryAllocationFromFreeListMain() function in v8::internal::PagedSpace931 return TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in TryExpand()940 if (TryAllocationFromFreeListMain(size_in_bytes, origin)) return true; in RawRefillLabMain()950 if (TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in RawRefillLabMain()966 if (TryAllocationFromFreeListMain(static_cast<size_t>(size_in_bytes), in RawRefillLabMain()1006 return TryAllocationFromFreeListMain(size_in_bytes, origin); in ContributeToSweepingMain()
380 V8_WARN_UNUSED_RESULT bool TryAllocationFromFreeListMain( in NON_EXPORTED_BASE()