Home
last modified time | relevance | path

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

/external/v8/src/
Dzone.h137 AssertNoZoneAllocation() : prev_(allow_allocation_) { in AssertNoZoneAllocation()
138 allow_allocation_ = false; in AssertNoZoneAllocation()
140 ~AssertNoZoneAllocation() { allow_allocation_ = prev_; } in ~AssertNoZoneAllocation()
141 static bool allow_allocation() { return allow_allocation_; } in allow_allocation()
144 static bool allow_allocation_; variable
Dzone.cc41 bool AssertNoZoneAllocation::allow_allocation_ = true; member in v8::internal::AssertNoZoneAllocation