Searched refs:next_stage (Results 1 – 6 of 6) sorted by relevance
15 BytecodePipelineStage* next_stage) in BytecodePeepholeOptimizer() argument16 : next_stage_(next_stage), in BytecodePeepholeOptimizer()51 next_stage()->WriteJump(node, label); in WriteJump()165 next_stage()->Write(last()); in DefaultAction()286 next_stage()->Write(last()); in DefaultJumpAction()301 next_stage()->Write(last()); in ChangeJumpBytecodeAction()312 next_stage()->Write(last()); in ElideLastBeforeJumpAction()
12 BytecodePipelineStage* next_stage) in BytecodeDeadCodeOptimizer() argument13 : next_stage_(next_stage), exit_seen_in_block_(false) {} in BytecodeDeadCodeOptimizer()
26 explicit BytecodePeepholeOptimizer(BytecodePipelineStage* next_stage); in NON_EXPORTED_BASE()52 BytecodePipelineStage* next_stage() const { return next_stage_; } in NON_EXPORTED_BASE()
22 explicit BytecodeDeadCodeOptimizer(BytecodePipelineStage* next_stage); in NON_EXPORTED_BASE()
197 BytecodePipelineStage* next_stage) in BytecodeRegisterOptimizer() argument203 next_stage_(next_stage), in BytecodeRegisterOptimizer()
27 BytecodePipelineStage* next_stage); in NON_EXPORTED_BASE()