Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationResult

3443 AllocationResult LargeObjectSpace::AllocateRaw(int object_size,
3449 return AllocationResult::Retry(identity());
3453 if (page == nullptr) return AllocationResult::Retry(identity());
3748 AllocationResult
3751 if (page == nullptr) return AllocationResult::Retry(identity());