Searched refs:kCompressGraphZone (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | graph-zone-traits.h | 19 using GraphZoneTraits = ZoneTypeTraits<kCompressGraphZone>;
|
D | graph.cc | 29 CHECK_IMPLIES(kCompressGraphZone, zone->supports_compression()); in Graph()
|
D | node.cc | 61 DCHECK_IMPLIES(kCompressGraphZone, zone->supports_compression()); in NewImpl()
|
D | pipeline.cc | 156 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()
|
D | wasm-compiler.cc | 7665 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/ |
D | setup-builtins-internal.cc | 158 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/ |
D | globals.h | 309 static constexpr bool kCompressGraphZone = COMPRESS_ZONES_BOOL; variable
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 3114 Zone zone(isolate->allocator(), ZONE_NAME, kCompressGraphZone); in GenerateBytecodeHandler()
|