diff options
Diffstat (limited to 'deps/v8/src/heap/spaces-inl.h')
-rw-r--r-- | deps/v8/src/heap/spaces-inl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/v8/src/heap/spaces-inl.h b/deps/v8/src/heap/spaces-inl.h index 0fd69dacfe..314d22f9a6 100644 --- a/deps/v8/src/heap/spaces-inl.h +++ b/deps/v8/src/heap/spaces-inl.h @@ -165,14 +165,6 @@ bool NewSpace::FromSpaceContainsSlow(Address a) { bool NewSpace::ToSpaceContains(Object* o) { return to_space_.Contains(o); } bool NewSpace::FromSpaceContains(Object* o) { return from_space_.Contains(o); } -// -------------------------------------------------------------------------- -// AllocationResult - -AllocationSpace AllocationResult::RetrySpace() { - DCHECK(IsRetry()); - return static_cast<AllocationSpace>(Smi::cast(object_)->value()); -} - Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable, SemiSpace* owner) { DCHECK_EQ(executable, Executability::NOT_EXECUTABLE); |