Home
last modified time | relevance | path

Searched refs:kCompressGraphZone (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-zone-traits.h19 using GraphZoneTraits = ZoneTypeTraits<kCompressGraphZone>;
Dgraph.cc29 CHECK_IMPLIES(kCompressGraphZone, zone->supports_compression()); in Graph()
Dnode.cc61 DCHECK_IMPLIES(kCompressGraphZone, zone->supports_compression()); in NewImpl()
Dpipeline.cc156 graph_zone_scope_(zone_stats_, kGraphZoneName, kCompressGraphZone), in PipelineData()
208 graph_zone_scope_(zone_stats_, kGraphZoneName, kCompressGraphZone), in PipelineData()
249 graph_zone_scope_(zone_stats_, kGraphZoneName, kCompressGraphZone), in PipelineData()
292 graph_zone_scope_(zone_stats_, kGraphZoneName, kCompressGraphZone), in PipelineData()
Dwasm-compiler.cc7665 wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in NewJSToWasmCompilationJob()
7987 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmMathIntrinsic()
8068 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmImportCallWrapper()
8120 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmCapiCallWrapper()
8169 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmJSFastCallWrapper()
8221 isolate->allocator(), ZONE_NAME, kCompressGraphZone); in CompileWasmToJSWrapper()
8272 isolate->allocator(), ZONE_NAME, kCompressGraphZone); in CompileJSToJSWrapper()
8320 isolate->allocator(), ZONE_NAME, kCompressGraphZone); in CompileCWasmEntry()
8445 Zone zone(wasm::GetWasmEngine()->allocator(), ZONE_NAME, kCompressGraphZone); in ExecuteTurbofanWasmCompilation()
/third_party/node/deps/v8/src/builtins/
Dsetup-builtins-internal.cc158 Zone zone(isolate->allocator(), ZONE_NAME, kCompressGraphZone); in BuildWithCodeStubAssemblerJS()
177 Zone zone(isolate->allocator(), ZONE_NAME, kCompressGraphZone); in BuildWithCodeStubAssemblerCS()
/third_party/node/deps/v8/src/common/
Dglobals.h309 static constexpr bool kCompressGraphZone = COMPRESS_ZONES_BOOL; variable
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc3114 Zone zone(isolate->allocator(), ZONE_NAME, kCompressGraphZone); in GenerateBytecodeHandler()