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

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

Completed in 508 milliseconds