/third_party/node/deps/v8/src/compiler/ |
H A D | value-numbering-reducer.h | 31 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::final
|
H A D | value-numbering-reducer.cc | 17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
|
H A D | js-call-reducer.h | 259 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 D | common-operator-reducer.cc | 22 CommonOperatorReducer(Editor* editor, Graph* graph, JSHeapBroker* broker, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, Zone* temp_zone, BranchSemantics branch_semantics) CommonOperatorReducer() argument
|
H A D | dead-code-elimination.cc | 17 DeadCodeElimination(Editor* editor, Graph* graph, CommonOperatorBuilder* common, Zone* temp_zone) DeadCodeElimination() argument
|
H A D | memory-optimizer.cc | 99 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 D | machine-graph-verifier.cc | 1040 Run(Graph* graph, Schedule const* const schedule, Linkage* linkage, bool is_stub, const char* name, Zone* temp_zone) Run() argument
|
H A D | store-store-elimination.cc | 256 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 D | graph-assembler.h | 440 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::GraphAssembler
|
H A D | effect-control-linearizer.cc | 329 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 D | register-allocator.cc | 5102 CommitSpillsInDeferredBlocks( TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) CommitSpillsInDeferredBlocks() argument
|