Home | History | Annotate | Download | only in compiler

Lines Matching refs:Checkpoint

420                               : builder_->environment()->Checkpoint(id_before);
422 // Create an explicit checkpoint node for before the operation.
423 Node* node = builder_->NewNode(builder_->common()->Checkpoint());
446 : builder_->environment()->Checkpoint(id_after, combine,
894 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id,
916 // If the owning node has an exception, register the checkpoint to the
917 // predecessor so that the checkpoint is used for both the normal and the
921 liveness_block()->GetPredecessor()->Checkpoint(result);
923 liveness_block()->Checkpoint(result);
4072 environment()->Checkpoint(ast_id, combine, node_has_exception));
4078 // We skip preparing a checkpoint if there already is one the current effect
4083 Node* node = NewNode(common()->Checkpoint());
4087 environment()->Checkpoint(ast_id));