Searched defs:temp_zone (Results 1 – 11 of 11) sorted by relevance
| /external/v8/src/compiler/ |
| D | loop-peeling.cc | 305 Zone* temp_zone) { in PeelInnerLoops() 353 LoopTree* loop_tree, Zone* temp_zone) { in PeelInnerLoopsOfTree() 362 void LoopPeeler::EliminateLoopExits(Graph* graph, Zone* temp_zone) { in EliminateLoopExits()
|
| D | effect-control-linearizer.h | 220 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
|
| D | store-store-elimination.cc | 153 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anoncbdbe26f0311::RedundantStoreFinder 235 void StoreStoreElimination::Run(JSGraph* js_graph, Zone* temp_zone) { in Run() 348 RedundantStoreFinder::RedundantStoreFinder(JSGraph* js_graph, Zone* temp_zone) in RedundantStoreFinder()
|
| D | value-numbering-reducer.cc | 45 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
|
| D | machine-graph-verifier.cc | 667 Linkage* linkage, Zone* temp_zone) { in Run()
|
| D | effect-control-linearizer.cc | 22 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in EffectControlLinearizer() 50 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap()
|
| D | pipeline.cc | 1774 Zone temp_zone(data->isolate()->allocator(), ZONE_NAME); in ScheduleAndSelectInstructions() local
|
| D | register-allocator.cc | 3912 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
|
| /external/v8/src/crankshaft/ |
| D | hydrogen-types.cc | 31 HType HType::FromFieldType(Handle<FieldType> type, Zone* temp_zone) { in FromFieldType()
|
| /external/v8/src/parsing/ |
| D | parser.cc | 110 DiscardableZoneScope(Parser* parser, Zone* temp_zone, bool use_temp_zone) in DiscardableZoneScope() 2642 Zone temp_zone(zone()->allocator(), ZONE_NAME); in ParseFunctionLiteral() local
|
| /external/v8/src/ast/ |
| D | ast.h | 3543 BodyScope(AstNodeFactory* factory, Zone* temp_zone, bool use_temp_zone) in BodyScope()
|