Searched defs:temp_zone (Results 1 – 11 of 11) sorted by relevance
| /external/v8/src/compiler/ |
| D | effect-control-linearizer.h | 209 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
|
| D | store-store-elimination.cc | 151 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anon8ff0f6f90311::RedundantStoreFinder 233 void StoreStoreElimination::Run(JSGraph* js_graph, Zone* temp_zone) { in Run() 339 RedundantStoreFinder::RedundantStoreFinder(JSGraph* js_graph, Zone* temp_zone) in RedundantStoreFinder()
|
| D | value-numbering-reducer.cc | 17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
|
| D | dead-code-elimination.cc | 19 Zone* temp_zone) in DeadCodeElimination()
|
| D | graph-assembler.h | 276 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
|
| D | common-operator-reducer.cc | 44 Zone* temp_zone) in CommonOperatorReducer()
|
| D | machine-graph-verifier.cc | 872 Zone* temp_zone) { in Run()
|
| D | effect-control-linearizer.cc | 24 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in EffectControlLinearizer() 57 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap() 169 void TryCloneBranch(Node* node, BasicBlock* block, Zone* temp_zone, in TryCloneBranch()
|
| D | pipeline.cc | 2350 Zone temp_zone(data->allocator(), ZONE_NAME); in SelectInstructions() local
|
| D | register-allocator.cc | 3933 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
|
| /external/v8/src/parsing/ |
| D | parser.cc | 38 DiscardableZoneScope(Parser* parser, Zone* temp_zone, bool use_temp_zone) in DiscardableZoneScope() 2600 Zone temp_zone(zone()->allocator(), ZONE_NAME); in ParseFunctionLiteral() local
|