Home
last modified time | relevance | path

Searched refs:zone_scope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc397 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalAtomRegExpWithString() local
398 ZoneList<int> indices(8, zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()
407 zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()
479 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalRegExpWithString() local
480 CompiledReplacement compiled_replacement(zone_scope.zone()); in StringReplaceGlobalRegExpWithString()
719 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local
723 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()
Druntime-strings.cc349 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local
350 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()