Searched defs:AllocationResult (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dspaces.h1603 class AllocationResult { class in namespace:v8::internal
1606 AllocationResult(Object* object) // NOLINT function in class:v8::internal::AllocationResult
1610 AllocationResult() : object_(NULL), retry_space_(INVALID_SPACE) {} function in class:v8::internal::AllocationResult
1612 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
1613 return AllocationResult(space);
1636 explicit AllocationResult(AllocationSpace space) function in class:v8::internal::AllocationResult
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
[all...]

Completed in 108 milliseconds