Home
last modified time | relevance | path

Searched defs:temp_zone (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h51 Zone* temp_zone, Flags flags) in JSCallReducer()
259 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dmemory-optimizer.cc99 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode()
123 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate()
146 Zone* temp_zone) { in WriteBarrierAssertFailed()
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dstore-store-elimination.cc201 Zone* temp_zone) in RedundantStoreFinder()
256 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anond554ead10111::RedundantStoreFinder
577 Zone* temp_zone) { in Run()
Ddead-code-elimination.cc19 Zone* temp_zone) in DeadCodeElimination()
Dcommon-operator-reducer.cc26 Zone* temp_zone, in CommonOperatorReducer()
Dmachine-graph-verifier.cc1042 Zone* temp_zone) { in Run()
Dgraph-assembler.h440 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dload-elimination.cc1284 Zone temp_zone(zone()->allocator(), "Temporary scoped zone"); in ComputeLoopState() local
Deffect-control-linearizer.cc44 JSGraphAssembler* graph_assembler, Zone* temp_zone, in EffectControlLinearizer()
329 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::EffectControlLinearizer
361 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap()
453 void TryCloneBranch(Node* node, BasicBlock* block, Zone* temp_zone, in TryCloneBranch()
6708 void LinearizeEffectControl(JSGraph* graph, Schedule* schedule, Zone* temp_zone, in LinearizeEffectControl()
Dpipeline.cc3433 Zone temp_zone(data->allocator(), kMachineGraphVerifierZoneName); in SelectInstructions() local
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc5103 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()