Home | History | Annotate | Download | only in src

Lines Matching refs:ast_id_

1601       : ast_id_(ast_id),
1611 bool HasAstId() const { return !ast_id_.IsNone(); }
1612 BailoutId ast_id() const { return ast_id_; }
1615 ast_id_ = id;
1679 BailoutId ast_id_;
4835 BailoutId ast_id() const { return ast_id_; }
4844 explicit HOsrEntry(BailoutId ast_id) : ast_id_(ast_id) {
4849 BailoutId ast_id_;