Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1062 bool IsAllocationAllowed() { return allocation_allowed_; } in IsAllocationAllowed() function
Dhydrogen-instructions.h1789 ASSERT(!HEAP->IsAllocationAllowed()); in Hashcode()
Dobjects-inl.h800 ASSERT(HEAP->IsAllocationAllowed()); in GetElement()
Dobjects.cc689 if (!HEAP->IsAllocationAllowed()) return this; in SlowTryFlatten()
Druntime.cc7326 ASSERT(isolate->heap()->IsAllocationAllowed()); in RUNTIME_FUNCTION()