Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.h50 Zone* temp_zone, Flags flags, in JSCallReducer()
232 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dscheduled-machine-lowering.cc18 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in ScheduledMachineLowering()
Dmemory-optimizer.cc96 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode()
120 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate()
143 Zone* temp_zone) { in WriteBarrierAssertFailed()
Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer()
Dstore-store-elimination.cc167 Zone* temp_zone) in RedundantStoreFinder()
222 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anon93a164fb0111::RedundantStoreFinder
489 Zone* temp_zone) { in Run()
Ddead-code-elimination.cc19 Zone* temp_zone) in DeadCodeElimination()
Dcommon-operator-reducer.cc44 Zone* temp_zone) in CommonOperatorReducer()
Dmachine-graph-verifier.cc1027 Zone* temp_zone) { in Run()
Dgraph-assembler.cc47 Zone* temp_zone() { return temp_zone_; } in temp_zone() function in v8::internal::compiler::GraphAssembler::BasicBlockUpdater
93 Zone* temp_zone) in BasicBlockUpdater()
Dgraph-assembler.h428 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function
Dload-elimination.cc1278 Zone temp_zone(zone()->allocator(), "Temporary scoped zone"); in ComputeLoopState() local
Deffect-control-linearizer.cc37 Zone* temp_zone, in EffectControlLinearizer()
305 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::EffectControlLinearizer
339 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap()
431 void TryCloneBranch(Node* node, BasicBlock* block, Zone* temp_zone, in TryCloneBranch()
6459 void LinearizeEffectControl(JSGraph* graph, Schedule* schedule, Zone* temp_zone, in LinearizeEffectControl()
Dpipeline.cc3321 Zone temp_zone(data->allocator(), kMachineGraphVerifierZoneName); in SelectInstructions() local
/external/v8/src/compiler/backend/
Dregister-allocator.cc4921 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()