Searched refs:CompilationZoneScope (Results 1 – 6 of 6) sorted by relevance
294 class CompilationZoneScope : public ZoneScope {296 explicit CompilationZoneScope(ZoneScopeMode mode) : ZoneScope(mode) { } in CompilationZoneScope() function297 virtual ~CompilationZoneScope() { in ~CompilationZoneScope()
356 CompilationZoneScope zone_scope(DELETE_ON_EXIT); in MakeFunctionInfo()589 CompilationZoneScope zone_scope(DELETE_ON_EXIT); in CompileLazy()
823 CompilationZoneScope zone_scope(DELETE_ON_EXIT); in GatherCompileInfo()
130 CompilationZoneScope zone_scope(DELETE_ON_EXIT); in Compile()305 CompilationZoneScope zone_scope(DELETE_ON_EXIT); in CompileIrregexp()
597 CompilationZoneScope zone_scope(DONT_DELETE_ON_EXIT); in ParseProgram()679 CompilationZoneScope zone_scope(DONT_DELETE_ON_EXIT); in ParseLazy()
2603 CompilationZoneScope zone(DELETE_ON_EXIT); in StringReplaceRegExpWithString()3117 CompilationZoneScope zone_space(DELETE_ON_EXIT); in RUNTIME_FUNCTION()