Searched refs:runtime_zone (Results 1 – 5 of 5) sorted by relevance
39 Zone* zone = isolate->runtime_zone(); in TEST()106 Zone* zone = isolate->runtime_zone(); in TEST()161 Zone* zone = isolate->runtime_zone(); in TEST()
18 : CodeStubAssembler(isolate, isolate->runtime_zone(), descriptor, in CodeStubAssemblerTester()
397 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()
349 ZoneScope zone_scope(isolate->runtime_zone()); in RUNTIME_FUNCTION()
850 Zone* runtime_zone() { return &runtime_zone_; } in runtime_zone() function