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

/external/v8/src/heap/
H A Dheap.h434 class AllocationResult { class in class:v8::internal::GarbageCollectionReason
436 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
437 return AllocationResult(space);
441 AllocationResult(Object* object) // NOLINT function in class:v8::internal::GarbageCollectionReason::AllocationResult
448 AllocationResult() : object_(Smi::FromInt(NEW_SPACE)) {} function in class:v8::internal::GarbageCollectionReason::AllocationResult
462 explicit AllocationResult(AllocationSpace space) function in class:v8::internal::GarbageCollectionReason::AllocationResult
468 STATIC_ASSERT(sizeof(AllocationResult) == kPointerSize);
1903 MUST_USE_RESULT AllocationResult CopyJSObject(JSObject* source,
1907 MUST_USE_RESULT AllocationResult
1915 MUST_USE_RESULT AllocationResult AllocateJSObjec
[all...]

Completed in 204 milliseconds