Searched refs:zone_scope (Results 1 – 2 of 2) sorted by relevance
397 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalAtomRegExpWithString() local398 ZoneList<int> indices(8, zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()407 zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()479 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalRegExpWithString() local480 CompiledReplacement compiled_replacement(zone_scope.zone()); in StringReplaceGlobalRegExpWithString()719 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local723 ZoneList<int> indices(initial_capacity, zone_scope.zone()); in RUNTIME_FUNCTION()726 zone_scope.zone()); in RUNTIME_FUNCTION()729 indices.Add(subject_length, zone_scope.zone()); in RUNTIME_FUNCTION()
349 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local350 ZoneList<int> offsets(8, zone_scope.zone()); in RUNTIME_FUNCTION()355 offsets.Add(match[0], zone_scope.zone()); // start in RUNTIME_FUNCTION()356 offsets.Add(match[1], zone_scope.zone()); // end in RUNTIME_FUNCTION()