Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dpipeline.cc95 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
97 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
99 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
125 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
132 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
134 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
148 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
152 instruction_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
154 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
165 graph_zone_scope_(zone_stats_, ZONE_NAME), in PipelineData()
[all …]
Dgraph-visualizer.cc246 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
640 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
648 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
658 Zone tmp_zone(&allocator, ZONE_NAME); in operator <<()
669 Zone local_zone(&allocator, ZONE_NAME); in operator <<()
Dgraph-replay.cc23 Zone zone(graph->zone()->allocator(), ZONE_NAME); in PrintReplay()
Djump-threading.cc147 Zone local_zone(code->isolate()->allocator(), ZONE_NAME); in ApplyForwarding()
Dtype-cache.h24 TypeCache() : zone_(&allocator, ZONE_NAME) {} in TypeCache()
Dregister-allocator-verifier.cc378 Zone local_zone(zone()->allocator(), ZONE_NAME); in ValidatePendingAssessment()
Dverifier.cc1402 Zone zone(graph->zone()->allocator(), ZONE_NAME); in Run()
1492 Zone tmp_zone(schedule->zone()->allocator(), ZONE_NAME); in Run()
/external/v8/src/zone/
Dzone.h17 #ifndef ZONE_NAME
20 #define ZONE_NAME __FILE__ ":" TOSTRING(__LINE__) macro
/external/v8/src/crankshaft/
Dcompilation-phase.cc15 : name_(name), info_(info), zone_(info->isolate()->allocator(), ZONE_NAME) { in CompilationPhase()
/external/v8/src/builtins/
Dbuiltins.cc87 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerJS()
105 Zone zone(isolate->allocator(), ZONE_NAME); in BuildWithCodeStubAssemblerCS()
/external/v8/src/ffi/
Dffi-compiler.cc109 Zone zone(isolate->allocator(), ZONE_NAME); in CompileJSToNativeWrapper()
/external/v8/src/
Dcode-stubs-hydrogen.cc243 Zone zone(isolate()->allocator(), ZONE_NAME); in GenerateRuntimeTailCall()
302 Zone zone(isolate->allocator(), ZONE_NAME); in DoGenerateCode()
Dhandles.cc122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) { in CanonicalHandleScope()
Dcompiler.cc1117 Zone compile_zone(isolate->allocator(), ZONE_NAME); in GetLazyCode()
1362 Zone compile_zone(isolate->allocator(), ZONE_NAME); in CompileForLiveEdit()
1414 Zone compile_zone(info->isolate()->allocator(), ZONE_NAME); in EnsureDeoptimizationSupport()
1534 Zone compile_zone(isolate->allocator(), ZONE_NAME); in GetFunctionFromEval()
1745 Zone compile_zone(isolate->allocator(), ZONE_NAME); in GetSharedFunctionInfoForScript()
1814 Zone compile_zone(isolate->allocator(), ZONE_NAME); in GetSharedFunctionInfoForStreamedScript()
Dfast-accessor-assembler.cc22 : zone_(isolate->allocator(), ZONE_NAME), in FastAccessorAssembler()
Djson-parser.cc107 zone_(isolate_->allocator(), ZONE_NAME), in JsonParser()
/external/v8/src/parsing/
Dparse-info.cc19 : zone_(std::make_shared<Zone>(zone_allocator, ZONE_NAME)), in ParseInfo()
/external/v8/src/wasm/
Dwasm-text.cc44 Zone zone(&allocator, ZONE_NAME); in PrintWasmText()
Dmodule-decoder.cc1192 Zone* zone = new Zone(isolate->allocator(), ZONE_NAME); in DecodeWasmModule()
1212 Zone zone(&allocator, ZONE_NAME); in DecodeWasmInitExprForTesting()
Dwasm-objects.cc202 Zone tmp(&alloc, ZONE_NAME); in IsBreakablePosition()
1088 Zone tmp(&alloc, ZONE_NAME); in GetPossibleBreakpoints()
Dfunction-body-decoder.cc1996 Zone zone(allocator, ZONE_NAME); in VerifyWasmCode()
2004 Zone zone(allocator, ZONE_NAME); in BuildTFGraph()
2038 Zone zone(allocator, ZONE_NAME); in PrintRawWasmCode()
Dwasm-module.cc559 Zone specialization_zone(isolate->allocator(), ZONE_NAME); in ResetCompiledModule()
1051 Zone instantiation_zone(isolate_->allocator(), ZONE_NAME); in Build()
2165 Zone specialization_zone(isolate->allocator(), ZONE_NAME); in UncheckedUpdateInstanceMemory()
2308 Zone specialization_zone(isolate->allocator(), ZONE_NAME); in GrowDispatchTables()
/external/v8/src/ast/
Dast-value-factory.h349 : zone_(isolate->allocator(), ZONE_NAME), in AstStringConstants()
/external/v8/src/debug/
Dliveedit.cc1032 Zone zone(isolate->allocator(), ZONE_NAME); in TranslateSourcePositionTable()
1269 Zone zone(isolate->allocator(), ZONE_NAME); in DropActivationsInActiveThreadImpl()
/external/v8/src/runtime/
Druntime-regexp.cc493 Zone zone(isolate->allocator(), ZONE_NAME); in StringReplaceGlobalRegExpWithString()
1578 Zone zone(isolate->allocator(), ZONE_NAME); in RUNTIME_FUNCTION()

12