Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.h209 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dstore-store-elimination.cc151 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()
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Ddead-code-elimination.cc19 Zone* temp_zone) in DeadCodeElimination()
Dgraph-assembler.h276 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dcommon-operator-reducer.cc44 Zone* temp_zone) in CommonOperatorReducer()
Dmachine-graph-verifier.cc872 Zone* temp_zone) { in Run()
Deffect-control-linearizer.cc24 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()
Dpipeline.cc2350 Zone temp_zone(data->allocator(), ZONE_NAME); in SelectInstructions() local
Dregister-allocator.cc3933 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
/external/v8/src/parsing/
Dparser.cc38 DiscardableZoneScope(Parser* parser, Zone* temp_zone, bool use_temp_zone) in DiscardableZoneScope()
2600 Zone temp_zone(zone()->allocator(), ZONE_NAME); in ParseFunctionLiteral() local