Home | History | Annotate | Download | only in heap

Lines Matching refs:AllocationResult

255 class AllocationResult {
257 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
258 return AllocationResult(space);
262 AllocationResult(Object* object) // NOLINT
269 AllocationResult() : object_(Smi::FromInt(NEW_SPACE)) {}
283 explicit AllocationResult(AllocationSpace space)
289 STATIC_ASSERT(sizeof(AllocationResult) == kPointerSize);
1898 V8_WARN_UNUSED_RESULT AllocationResult
1907 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRaw(
1932 V8_WARN_UNUSED_RESULT AllocationResult Allocate(Map* map,
1941 V8_WARN_UNUSED_RESULT AllocationResult
1947 V8_WARN_UNUSED_RESULT AllocationResult