Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationResult

1988 // from a given {AllocationResult} and can be used to allocate memory without
1994 // AllocationResult result = ...;
2007 // invalid {AllocationResult}.
2013 // Creates a new LAB from a given {AllocationResult}. Results in
2016 AllocationResult result,
2025 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned(
2173 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawUnaligned(
2178 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned(
2183 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRaw(
2747 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult
2750 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult
2753 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult
2756 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawSynchronized(
3005 V8_WARN_UNUSED_RESULT AllocationResult AllocateRaw(int object_size,
3093 V8_WARN_UNUSED_RESULT AllocationResult AllocateRaw(int object_size);