HomeSort by relevance Sort by last modified time
    Searched refs:allow_allocation (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
zone.h 141 static bool allow_allocation() { return allow_allocation_; } function in class:v8::internal::AssertNoZoneAllocation
heap.h     [all...]
zone-inl.h 39 ASSERT(AssertNoZoneAllocation::allow_allocation());
heap-inl.h 350 inline bool Heap::allow_allocation(bool new_state) { function in class:v8::internal::Heap
heap.cc 306 allow_allocation(false);
338 allow_allocation(true);
579 DisableAssertNoAllocation allow_allocation; local
    [all...]

Completed in 43 milliseconds