Home
last modified time | relevance | path

Searched refs:ZoneStack (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Descape-analysis.h75 ZoneStack<Node*> revisit_;
76 ZoneStack<NodeState> stack_;
Dbytecode-analysis.h181 ZoneStack<LoopStackEntry> loop_stack_;
Dcontrol-equivalence.h81 using DFSStack = ZoneStack<DFSStackEntry>; in NON_EXPORTED_BASE()
Dgraph-reducer.h198 ZoneStack<NodeState> stack_; in NON_EXPORTED_BASE()
Dcontrol-equivalence.cc89 ZoneStack<DFSStackEntry> stack(zone_); in RunUndirectedDFS()
Dstore-store-elimination.cc267 ZoneStack<Node*> revisit_;
Dgraph-visualizer.cc846 ZoneStack<Node*> stack(&local_zone); in operator <<()
Dscheduler.cc1383 ZoneStack<Node*> stack_;
Dbytecode-graph-builder.cc486 ZoneStack<ExceptionHandler> exception_handlers_;
1303 ZoneStack<IteratorsStates> saved_states_;
Dpipeline.cc2850 ZoneStack<Node*> stack(&local_zone); in HashGraphForPGO()
Dsimplified-lowering.cc587 ZoneStack<NodeState> stack(zone_); in GenerateTraversal()
/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc22 ZoneStack<RpoNumber>& stack;
64 ZoneStack<RpoNumber> stack(local_zone); in ComputeForwarding()
/third_party/node/deps/v8/src/zone/
Dzone-containers.h114 class ZoneStack : public std::stack<T, ZoneDeque<T>> {
117 explicit ZoneStack(Zone* zone) in ZoneStack() function
/third_party/node/deps/v8/src/objects/
Dsource-text-module.cc619 ZoneStack<Handle<SourceTextModule>> worklist(zone); in GatherAsyncParentCompletions()