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

  /external/v8/src/
zone.h 141 // The ZoneScope is used to automatically call DeleteAll() on a
142 // Zone when the ZoneScope is destroyed (i.e. goes out of scope)
143 class ZoneScope final {
145 explicit ZoneScope(Zone* zone) : zone_(zone) { }
146 ~ZoneScope() { zone_->DeleteAll(); }
  /external/v8/src/runtime/
runtime-regexp.cc 397 ZoneScope zone_scope(isolate->runtime_zone());
479 ZoneScope zone_scope(isolate->runtime_zone());
719 ZoneScope zone_scope(isolate->runtime_zone());
    [all...]
runtime-strings.cc 349 ZoneScope zone_scope(isolate->runtime_zone());
    [all...]

Completed in 134 milliseconds