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

  /external/v8/src/
zone.h 135 class AssertNoZoneAllocation {
137 AssertNoZoneAllocation() : prev_(allow_allocation_) {
140 ~AssertNoZoneAllocation() { allow_allocation_ = prev_; }
zone.cc 41 bool AssertNoZoneAllocation::allow_allocation_ = true;
zone-inl.h 39 ASSERT(AssertNoZoneAllocation::allow_allocation());
parser.cc     [all...]

Completed in 62 milliseconds