Home | History | Annotate | Download | only in compiler

Lines Matching refs:Checkpoint

43   // Preserve a checkpoint of the environment for the IR graph. Any
45 Node* Checkpoint(BailoutId bytecode_offset, OutputFrameStateCombine combine);
108 frame_state_before_ = builder_->environment()->Checkpoint(
112 // Create an explicit checkpoint node for before the operation.
113 Node* node = builder_->NewNode(builder_->common()->Checkpoint());
138 builder_->environment()->Checkpoint(id_after_, combine);
389 Node* BytecodeGraphBuilder::Environment::Checkpoint(