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

  /external/v8/src/
zone.h 137 AssertNoZoneAllocation() : prev_(allow_allocation_) {
138 allow_allocation_ = false;
140 ~AssertNoZoneAllocation() { allow_allocation_ = prev_; }
141 static bool allow_allocation() { return allow_allocation_; }
144 static bool allow_allocation_; member in class:v8::internal::AssertNoZoneAllocation
zone.cc 41 bool AssertNoZoneAllocation::allow_allocation_ = true; member in class:v8::internal::AssertNoZoneAllocation

Completed in 43 milliseconds