Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dloop-peeling.cc305 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()
Deffect-control-linearizer.h220 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dstore-store-elimination.cc153 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()
Dvalue-numbering-reducer.cc45 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dmachine-graph-verifier.cc667 Linkage* linkage, Zone* temp_zone) { in Run()
Deffect-control-linearizer.cc22 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in EffectControlLinearizer()
50 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap()
Dpipeline.cc1774 Zone temp_zone(data->isolate()->allocator(), ZONE_NAME); in ScheduleAndSelectInstructions() local
Dregister-allocator.cc3912 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
/external/v8/src/crankshaft/
Dhydrogen-types.cc31 HType HType::FromFieldType(Handle<FieldType> type, Zone* temp_zone) { in FromFieldType()
/external/v8/src/parsing/
Dparser.cc110 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/
Dast.h3543 BodyScope(AstNodeFactory* factory, Zone* temp_zone, bool use_temp_zone) in BodyScope()