Home
last modified time | relevance | path

Searched refs:ZoneScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dzone.h143 class ZoneScope final {
145 explicit ZoneScope(Zone* zone) : zone_(zone) { } in ZoneScope() function
146 ~ZoneScope() { zone_->DeleteAll(); } in ~ZoneScope()
/external/v8/src/runtime/
Druntime-regexp.cc397 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalAtomRegExpWithString()
479 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalRegExpWithString()
719 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION()
Druntime-strings.cc349 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION()