Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Druntime.cc3970 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalAtomRegExpWithString() local
3971 ZoneList<int> indices(8, zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()
3980 isolate, *subject, pattern, &indices, 0xffffffff, zone_scope.zone()); in StringReplaceGlobalAtomRegExpWithString()
4062 ZoneScope zone_scope(isolate->runtime_zone()); in StringReplaceGlobalRegExpWithString() local
4063 CompiledReplacement compiled_replacement(zone_scope.zone()); in StringReplaceGlobalRegExpWithString()
4604 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local
4605 ZoneList<int> offsets(8, zone_scope.zone()); in RUNTIME_FUNCTION()
4610 offsets.Add(match[0], zone_scope.zone()); // start in RUNTIME_FUNCTION()
4611 offsets.Add(match[1], zone_scope.zone()); // end in RUNTIME_FUNCTION()
6793 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION() local
[all …]