Home
last modified time | relevance | path

Searched refs:ZONE_NAME (Results 1 – 25 of 37) sorted by relevance

12

/external/v8/src/compiler/
Dpipeline.cc96 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
98 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
100 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
123 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
126 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
128 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
138 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
142 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
144 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
154 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
[all …]
Dgraph-visualizer.cc239 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
629 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
637 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
647 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
658 Zone local_zone(&allocator, ZONE_NAME); in operator <<()
Dgraph-replay.cc23 Zone zone(graph->zone()->allocator(), ZONE_NAME); in PrintReplay()
Dtype-cache.h24 TypeCache() : zone_(&allocator, ZONE_NAME) {} in TypeCache()
Djump-threading.cc146 Zone local_zone(code->isolate()->allocator(), ZONE_NAME); in ApplyForwarding()
Dverifier.cc1319 Zone zone(graph->zone()->allocator(), ZONE_NAME); in Run()
1409 Zone tmp_zone(schedule->zone()->allocator(), ZONE_NAME); in Run()
Djs-inlining.cc487 Zone zone(info_->isolate()->allocator(), ZONE_NAME); in ReduceJSCall()
/external/v8/src/zone/
Dzone.h17 #ifndef ZONE_NAME
20 #define ZONE_NAME __FILE__ ":" TOSTRING(__LINE__) macro
/external/v8/src/crankshaft/
Dcompilation-phase.cc14 : name_(name), info_(info), zone_(info->isolate()->allocator(), ZONE_NAME) { in CompilationPhase()
/external/v8/tools/
Dparser-shell.cc96 Zone zone(reinterpret_cast<i::Isolate*>(isolate)->allocator(), ZONE_NAME); in RunBaselineParser()
113 Zone zone(reinterpret_cast<i::Isolate*>(isolate)->allocator(), ZONE_NAME); in RunBaselineParser()
/external/v8/src/
Dcompiler.cc792 Zone zone(isolate->allocator(), ZONE_NAME); in GetBaselineCode()
925 Zone zone(isolate->allocator(), ZONE_NAME); in GetLazyCode()
1111 Zone zone(isolate->allocator(), ZONE_NAME); in CompileOptimized()
1136 Zone zone(isolate->allocator(), ZONE_NAME); in CompileDebugCode()
1163 Zone zone(isolate->allocator(), ZONE_NAME); in CompileForLiveEdit()
1211 Zone zone(info->isolate()->allocator(), ZONE_NAME); in EnsureDeoptimizationSupport()
1297 Zone zone(isolate->allocator(), ZONE_NAME); in GetFunctionFromEval()
1466 Zone zone(isolate->allocator(), ZONE_NAME); in GetSharedFunctionInfoForScript()
1582 Zone zone(isolate->allocator(), ZONE_NAME); in GetSharedFunctionInfo()
Dbackground-parsing-task.cc32 Zone* zone = new Zone(isolate->allocator(), ZONE_NAME); in BackgroundParsingTask()
Dhandles.cc122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) { in CanonicalHandleScope()
Dfast-accessor-assembler.cc20 : zone_(isolate->allocator(), ZONE_NAME), in FastAccessorAssembler()
Dcode-stubs-hydrogen.cc252 Zone zone(isolate()->allocator(), ZONE_NAME); in GenerateRuntimeTailCall()
310 Zone zone(isolate->allocator(), ZONE_NAME); in DoGenerateCode()
Djson-parser.cc107 zone_(isolate_->allocator(), ZONE_NAME), in JsonParser()
Dkeys.cc797 Zone set_zone(isolate_->allocator(), ZONE_NAME); in CollectOwnJSProxyKeys()
/external/v8/src/builtins/
Dbuiltins.cc86 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerJS()
102 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerCS()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc53 zone_.reset(new Zone(isolate_->allocator(), ZONE_NAME)); in PrepareToParseOnMainThread()
/external/v8/src/wasm/
Dast-decoder.cc1871 Zone tmp(&allocator, ZONE_NAME); in DecodeLocalDecls()
1890 Zone zone(allocator, ZONE_NAME); in VerifyWasmCode()
1898 Zone zone(allocator, ZONE_NAME); in BuildTFGraph()
1918 Zone zone(allocator, ZONE_NAME); in PrintAst()
Dmodule-decoder.cc1122 Zone* zone = new Zone(isolate->allocator(), ZONE_NAME); in DecodeWasmModule()
1143 Zone zone(&allocator, ZONE_NAME); in DecodeWasmInitExprForTesting()
/external/v8/src/runtime/
Druntime-internal.cc392 Zone zone(isolate->allocator(), ZONE_NAME); in RenderCallSite()
Druntime-regexp.cc490 Zone zone(isolate->allocator(), ZONE_NAME); in StringReplaceGlobalRegExpWithString()
1321 Zone zone(isolate->allocator(), ZONE_NAME); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Dliveedit.cc1108 Zone zone(isolate->allocator(), ZONE_NAME); in TranslateSourcePositionTable()
1521 Zone zone(isolate->allocator(), ZONE_NAME); in DropActivationsInActiveThreadImpl()
Ddebug-scopes.cc90 Zone zone(isolate->allocator(), ZONE_NAME); in ScopeIterator()

12