Searched refs:ZoneDestruction (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/zone/ | ||
D | accounting-allocator.h | 48 virtual void ZoneDestruction(const Zone* zone) {} in ZoneDestruction() function |
D | zone.cc | 45 allocator_->ZoneDestruction(this); in ~Zone() |
/external/v8/src/ | ||
D | isolate.cc | 2393 void ZoneDestruction(const Zone* zone) override { in Throw() function in v8::internal::VerboseAccountingAllocator |