Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dvalue-numbering-reducer.h31 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::final
H A Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
H A Djs-call-reducer.h259 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::final
50 JSCallReducer(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, Zone* temp_zone, Flags flags) JSCallReducer() argument
H A Dcommon-operator-reducer.cc22 CommonOperatorReducer(Editor* editor, Graph* graph, JSHeapBroker* broker, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, Zone* temp_zone, BranchSemantics branch_semantics) CommonOperatorReducer() argument
H A Ddead-code-elimination.cc17 DeadCodeElimination(Editor* editor, Graph* graph, CommonOperatorBuilder* common, Zone* temp_zone) DeadCodeElimination() argument
H A Dmemory-optimizer.cc99 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode() argument
123 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate() argument
145 WriteBarrierAssertFailed(Node* node, Node* object, const char* name, Zone* temp_zone) WriteBarrierAssertFailed() argument
H A Dmachine-graph-verifier.cc1040 Run(Graph* graph, Schedule const* const schedule, Linkage* linkage, bool is_stub, const char* name, Zone* temp_zone) Run() argument
H A Dstore-store-elimination.cc256 Zone* temp_zone() cons in isolate() function in v8::internal::compiler::__anon14415::final
200 RedundantStoreFinder(JSGraph* js_graph, TickCounter* tick_counter, Zone* temp_zone) RedundantStoreFinder() argument
576 Run(JSGraph* js_graph, TickCounter* tick_counter, Zone* temp_zone) Run() argument
[all...]
H A Dgraph-assembler.h440 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::GraphAssembler
H A Deffect-control-linearizer.cc329 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::EffectControlLinearizer
361 explicit BlockEffectControlMap(Zone* temp_zone) : map_(temp_zone) {} in BlockEffectControlMap() argument
453 void TryCloneBranch(Node* node, BasicBlock* block, Zone* temp_zone, in TryCloneBranch() argument
43 EffectControlLinearizer(JSGraph* js_graph, Schedule* schedule, JSGraphAssembler* graph_assembler, Zone* temp_zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, MaintainSchedule maintain_schedule, JSHeapBroker* broker) EffectControlLinearizer() argument
6708 LinearizeEffectControl(JSGraph* graph, Schedule* schedule, Zone* temp_zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, JSHeapBroker* broker) LinearizeEffectControl() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc5102 CommitSpillsInDeferredBlocks( TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) CommitSpillsInDeferredBlocks() argument

Completed in 22 milliseconds