Searched defs:temp_zone (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | js-call-reducer.h | 51 Zone* temp_zone, Flags flags) in JSCallReducer() 259 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
|
| D | memory-optimizer.cc | 99 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()
|
| D | value-numbering-reducer.cc | 17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
|
| D | store-store-elimination.cc | 201 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()
|
| D | dead-code-elimination.cc | 19 Zone* temp_zone) in DeadCodeElimination()
|
| D | common-operator-reducer.cc | 26 Zone* temp_zone, in CommonOperatorReducer()
|
| D | machine-graph-verifier.cc | 1042 Zone* temp_zone) { in Run()
|
| D | graph-assembler.h | 440 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
|
| D | load-elimination.cc | 1284 Zone temp_zone(zone()->allocator(), "Temporary scoped zone"); in ComputeLoopState() local
|
| D | effect-control-linearizer.cc | 44 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()
|
| D | pipeline.cc | 3433 Zone temp_zone(data->allocator(), kMachineGraphVerifierZoneName); in SelectInstructions() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | register-allocator.cc | 5103 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
|