Lines Matching refs:AllocationResult
1844 class AllocationResult {
1847 AllocationResult(Object* object) // NOLINT in AllocationResult() function
1854 AllocationResult() : object_(Smi::FromInt(NEW_SPACE)) {} in AllocationResult() function
1856 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
1857 return AllocationResult(space);
1877 explicit AllocationResult(AllocationSpace space) in AllocationResult() function
1884 STATIC_ASSERT(sizeof(AllocationResult) == kPointerSize);
1913 AllocationResult result,
1922 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2038 MUST_USE_RESULT inline AllocationResult AllocateRawUnaligned(
2041 MUST_USE_RESULT inline AllocationResult AllocateRawUnalignedSynchronized(
2046 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2051 MUST_USE_RESULT inline AllocationResult AllocateRaw(
2803 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
2807 AllocationResult AllocateRawUnaligned(int size_in_bytes));
2809 MUST_USE_RESULT INLINE(AllocationResult AllocateRaw(
2812 MUST_USE_RESULT inline AllocationResult AllocateRawSynchronized(
3125 MUST_USE_RESULT AllocationResult