/external/v8/src/compiler/ |
D | pipeline.cc | 96 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 …]
|
D | graph-visualizer.cc | 239 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 <<()
|
D | graph-replay.cc | 23 Zone zone(graph->zone()->allocator(), ZONE_NAME); in PrintReplay()
|
D | type-cache.h | 24 TypeCache() : zone_(&allocator, ZONE_NAME) {} in TypeCache()
|
D | jump-threading.cc | 146 Zone local_zone(code->isolate()->allocator(), ZONE_NAME); in ApplyForwarding()
|
D | verifier.cc | 1319 Zone zone(graph->zone()->allocator(), ZONE_NAME); in Run() 1409 Zone tmp_zone(schedule->zone()->allocator(), ZONE_NAME); in Run()
|
D | js-inlining.cc | 487 Zone zone(info_->isolate()->allocator(), ZONE_NAME); in ReduceJSCall()
|
/external/v8/src/zone/ |
D | zone.h | 17 #ifndef ZONE_NAME 20 #define ZONE_NAME __FILE__ ":" TOSTRING(__LINE__) macro
|
/external/v8/src/crankshaft/ |
D | compilation-phase.cc | 14 : name_(name), info_(info), zone_(info->isolate()->allocator(), ZONE_NAME) { in CompilationPhase()
|
/external/v8/tools/ |
D | parser-shell.cc | 96 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/ |
D | compiler.cc | 792 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()
|
D | background-parsing-task.cc | 32 Zone* zone = new Zone(isolate->allocator(), ZONE_NAME); in BackgroundParsingTask()
|
D | handles.cc | 122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) { in CanonicalHandleScope()
|
D | fast-accessor-assembler.cc | 20 : zone_(isolate->allocator(), ZONE_NAME), in FastAccessorAssembler()
|
D | code-stubs-hydrogen.cc | 252 Zone zone(isolate()->allocator(), ZONE_NAME); in GenerateRuntimeTailCall() 310 Zone zone(isolate->allocator(), ZONE_NAME); in DoGenerateCode()
|
D | json-parser.cc | 107 zone_(isolate_->allocator(), ZONE_NAME), in JsonParser()
|
D | keys.cc | 797 Zone set_zone(isolate_->allocator(), ZONE_NAME); in CollectOwnJSProxyKeys()
|
/external/v8/src/builtins/ |
D | builtins.cc | 86 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerJS() 102 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerCS()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-job.cc | 53 zone_.reset(new Zone(isolate_->allocator(), ZONE_NAME)); in PrepareToParseOnMainThread()
|
/external/v8/src/wasm/ |
D | ast-decoder.cc | 1871 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()
|
D | module-decoder.cc | 1122 Zone* zone = new Zone(isolate->allocator(), ZONE_NAME); in DecodeWasmModule() 1143 Zone zone(&allocator, ZONE_NAME); in DecodeWasmInitExprForTesting()
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 392 Zone zone(isolate->allocator(), ZONE_NAME); in RenderCallSite()
|
D | runtime-regexp.cc | 490 Zone zone(isolate->allocator(), ZONE_NAME); in StringReplaceGlobalRegExpWithString() 1321 Zone zone(isolate->allocator(), ZONE_NAME); in RUNTIME_FUNCTION()
|
/external/v8/src/debug/ |
D | liveedit.cc | 1108 Zone zone(isolate->allocator(), ZONE_NAME); in TranslateSourcePositionTable() 1521 Zone zone(isolate->allocator(), ZONE_NAME); in DropActivationsInActiveThreadImpl()
|
D | debug-scopes.cc | 90 Zone zone(isolate->allocator(), ZONE_NAME); in ScopeIterator()
|