Home
last modified time | relevance | path

Searched defs:allow_allocation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dzone.h141 static bool allow_allocation() { return allow_allocation_; } in allow_allocation() function
Dheap-inl.h315 inline bool Heap::allow_allocation(bool new_state) { in allow_allocation() function
Dheap.cc496 DisableAssertNoAllocation allow_allocation; in PostGarbageCollectionProcessing() local