Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationResult

1603 class AllocationResult {
1606 AllocationResult(Object* object) // NOLINT
1610 AllocationResult() : object_(NULL), retry_space_(INVALID_SPACE) {}
1612 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
1613 return AllocationResult(space);
1636 explicit AllocationResult(AllocationSpace space)
1760 MUST_USE_RESULT inline AllocationResult AllocateRaw(int size_in_bytes);
2463 MUST_USE_RESULT INLINE(AllocationResult AllocateRaw(int size_in_bytes));
2580 MUST_USE_RESULT AllocationResult SlowAllocateRaw(int size_in_bytes);
2728 MUST_USE_RESULT AllocationResult