Home
last modified time | relevance | path

Searched refs:IsAllocationAllowed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.h787 static bool IsAllocationAllowed() { return allocation_allowed_; } in IsAllocationAllowed() function
Dobjects.cc627 if (!Heap::IsAllocationAllowed()) return this; in TryFlatten()